Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: src/plugin/AdblockPlus.rc

Issue 10945039: Switch to gyp (Closed)
Patch Set: Final version Created June 21, 2013, 2:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « installer/adblockplusie.wxs ('k') | src/plugin/Plugin.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Microsoft Visual C++ generated resource script. 1 // Microsoft Visual C++ generated resource script.
2 // 2 //
3 #include "../shared/Version.h" 3 #include "../shared/Version.h"
4 #include "Resource.h" 4 #include "Resource.h"
5 5
6 #define APSTUDIO_READONLY_SYMBOLS 6 #define APSTUDIO_READONLY_SYMBOLS
7 #include "winres.h" 7 #include "winres.h"
8 #undef APSTUDIO_READONLY_SYMBOLS 8 #undef APSTUDIO_READONLY_SYMBOLS
9 9
10 ///////////////////////////////////////////////////////////////////////////// 10 /////////////////////////////////////////////////////////////////////////////
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 STRINGTABLE 93 STRINGTABLE
94 BEGIN 94 BEGIN
95 IDS_PROJNAME "Adblock Plus" 95 IDS_PROJNAME "Adblock Plus"
96 END 96 END
97 97
98 #ifndef APSTUDIO_INVOKED 98 #ifndef APSTUDIO_INVOKED
99 ///////////////////////////////////////////////////////////////////////////// 99 /////////////////////////////////////////////////////////////////////////////
100 // 100 //
101 // Generated from the TEXTINCLUDE 3 resource. 101 // Generated from the TEXTINCLUDE 3 resource.
102 // 102 //
103 1 TYPELIB "..\\..\\build\\AdblockPlus.tlb" 103 #ifdef _WIN64
104 1 TYPELIB "../../build/x64/AdblockPlus.tlb"
105 #else
106 1 TYPELIB "../../build/ia32/AdblockPlus.tlb"
107 #endif
104 108
105 ///////////////////////////////////////////////////////////////////////////// 109 /////////////////////////////////////////////////////////////////////////////
106 #endif // not APSTUDIO_INVOKED 110 #endif // not APSTUDIO_INVOKED
107
OLDNEW
« no previous file with comments | « installer/adblockplusie.wxs ('k') | src/plugin/Plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld