Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Side by Side Diff: test/win/rc-build/subdir/hello2.rc

Issue 10448103: ninja windows: include gyp dir in rc build include dirs (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 //Microsoft Visual C++ generated resource script.
2 //
3 #include "subdir/include.h"
4 #include "resource.h"
5
6 #define APSTUDIO_READONLY_SYMBOLS
7 /////////////////////////////////////////////////////////////////////////////
8 //
9 // Generated from the TEXTINCLUDE 2 resource.
10 //
11 #ifndef APSTUDIO_INVOKED
12 #include "targetver.h"
13 #endif
14 #define APSTUDIO_HIDDEN_SYMBOLS
15 #include "windows.h"
16 #undef APSTUDIO_HIDDEN_SYMBOLS
17 /////////////////////////////////////////////////////////////////////////////
18 #undef APSTUDIO_READONLY_SYMBOLS
19
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
21 LANGUAGE 9, 1
22 #pragma code_page(932)
23
Nico 2012/05/31 19:44:36 nit: remove 90% of the lines in this file
scottmg 2012/05/31 20:05:41 We had this discussion about hello.rc too :) It's
24 /////////////////////////////////////////////////////////////////////////////
25 //
26 // Icon
27 //
28
29 // Icon with lowest ID value placed first to ensure application icon
30 // remains consistent on all systems.
31
32 IDI_HELLO ICON "hello.ico"
33 IDI_SMALL ICON "small.ico"
34
35 #ifdef APSTUDIO_INVOKED
36 /////////////////////////////////////////////////////////////////////////////
37 //
38 // TEXTINCLUDE
39 //
40 1 TEXTINCLUDE
41 BEGIN
42 "resource.h\0"
43 END
44
45 2 TEXTINCLUDE
46 BEGIN
47 "#ifndef APSTUDIO_INVOKED\r\n"
48 "#include ""targetver.h""\r\n"
49 "#endif\r\n"
50 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
51 "#include ""windows.h""\r\n"
52 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
53 "\0"
54 END
55
56 3 TEXTINCLUDE
57 BEGIN
58 "\r\n"
59 "\0"
60 END
61
62 #endif // APSTUDIO_INVOKED
63
64 /////////////////////////////////////////////////////////////////////////////
65 //
66 // String Table
67 //
68
69 STRINGTABLE
70 BEGIN
71 IDC_HELLO "HELLO"
72 IDS_APP_TITLE "hello"
73 END
74
75 #endif
76 /////////////////////////////////////////////////////////////////////////////
77
78
79
80 #ifndef APSTUDIO_INVOKED
81 /////////////////////////////////////////////////////////////////////////////
82 //
83 // Generated from the TEXTINCLUDE 3 resource.
84 //
85
86 /////////////////////////////////////////////////////////////////////////////
87 #endif // not APSTUDIO_INVOKED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698