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

Unified Diff: build/common.gypi

Issue 61893020: Set TargetMachine for libs too (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 228169b27afcd3c9ad381e4733d5bc2e9c14e013..bcac7b392ecbc0805a5a90b79f87c36f4fd082fe 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2560,6 +2560,9 @@
'VCLinkerTool': {
'TargetMachine': '1',
},
+ 'VCLibrarianTool': {
+ 'TargetMachine': '1',
+ },
},
'msvs_configuration_platform': 'Win32',
},
@@ -2581,6 +2584,7 @@
['<(windows_sdk_path)/Lib/win8/um/x86'],
'AdditionalLibraryDirectories':
['<(windows_sdk_path)/Lib/win8/um/x64'],
+ 'TargetMachine': '17', # x64
},
},
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698