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

Unified Diff: adblockplus.gyp

Issue 11756012: Enhanced Protected Mode support (Closed)
Patch Set: Addressing comments Created Sept. 17, 2013, 2:51 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 | installer/bho_registry_value.wxi » ('j') | installer/bho_registry_value.wxi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -126,19 +126,18 @@
'conditions': [[
'target_arch=="ia32"', {
'AdditionalLibraryDirectories': [
+ '$(VCInstallDir)atlmfc/lib',
'$(WindowsSDK_LibraryPath_x86)',
'$(WINDDKDIR)/lib/ATL/i386',
],
}, {
'AdditionalLibraryDirectories': [
+ '$(VCInstallDir)atlmfc/lib/amd64',
'$(WindowsSDK_LibraryPath_x64)',
'$(WINDDKDIR)/lib/ATL/amd64',
],
}
]],
- 'AdditionalLibraryDirectories': [
- '$(VCInstallDir)atlmfc/lib',
- ],
'DelayLoadDLLs': ['Shell32.dll'],
},
},
« no previous file with comments | « no previous file | installer/bho_registry_value.wxi » ('j') | installer/bho_registry_value.wxi » ('J')

Powered by Google App Engine
This is Rietveld