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

Unified Diff: adblockplus.gyp

Issue 11756012: Enhanced Protected Mode support (Closed)
Patch Set: Created Sept. 15, 2013, 1 a.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 | « no previous file | src/engine/Main.cpp » ('j') | src/engine/Main.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -128,19 +128,18 @@
'conditions': [[
'target_arch=="ia32"', {
'AdditionalLibraryDirectories': [
+ '$(VCInstallDir)atlmfc/lib',
'$(WindowsSDK_LibraryPath_x86)',
'$(WINDDKDIR)/lib/ATL/i386',
],
}, {
'AdditionalLibraryDirectories': [
+ '$(VCInstallDir)atlmfc/lib/amd64',
+ '$(WINDDKDIR)/lib/ATL/amd64',
Wladimir Palant 2013/09/16 13:45:07 Nit: probably makes sense to have the order of ent
'$(WindowsSDK_LibraryPath_x64)',
- '$(WINDDKDIR)/lib/ATL/amd64',
],
}
]],
- 'AdditionalLibraryDirectories': [
- '$(VCInstallDir)atlmfc/lib',
- ],
'DelayLoadDLLs': ['Shell32.dll'],
},
},
« no previous file with comments | « no previous file | src/engine/Main.cpp » ('j') | src/engine/Main.cpp » ('J')

Powered by Google App Engine
This is Rietveld