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

Unified Diff: src/plugin/AdblockPlus.rc

Issue 10945039: Switch to gyp (Closed)
Patch Set: Final version Created June 21, 2013, 2:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « installer/adblockplusie.wxs ('k') | src/plugin/Plugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/AdblockPlus.rc
===================================================================
--- a/src/plugin/AdblockPlus.rc
+++ b/src/plugin/AdblockPlus.rc
@@ -95,13 +95,16 @@ BEGIN
IDS_PROJNAME "Adblock Plus"
END
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
-1 TYPELIB "..\\..\\build\\AdblockPlus.tlb"
+#ifdef _WIN64
+1 TYPELIB "../../build/x64/AdblockPlus.tlb"
+#else
+1 TYPELIB "../../build/ia32/AdblockPlus.tlb"
+#endif
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
« 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