Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 177810) |
+++ build/common.gypi (working copy) |
@@ -1282,7 +1282,7 @@ |
},{ |
'msvs_large_module_debug_link_mode%': '2', # Yes |
}], |
- ['MSVS_VERSION=="2010e" or MSVS_VERSION=="2008e" or MSVS_VERSION=="2005e"', { |
+ ['MSVS_VERSION=="2012e" or MSVS_VERSION=="2010e"', { |
'msvs_express%': 1, |
'secure_atl%': 0, |
},{ |
@@ -3689,11 +3689,6 @@ |
'_HAS_EXCEPTIONS=0', |
], |
}], |
- ['MSVS_VERSION=="2008"', { |
- 'defines': [ |
- '_HAS_TR1=0', |
- ], |
- }], |
['secure_atl', { |
'defines': [ |
'_SECURE_ATL', |
@@ -3797,20 +3792,6 @@ |
'winmm.lib', |
'shlwapi.lib', |
], |
- |
- 'conditions': [ |
- ['MSVS_VERSION=="2005e"', { |
- # Non-express versions link automatically to these |
- 'AdditionalDependencies': [ |
- 'advapi32.lib', |
- 'comdlg32.lib', |
- 'ole32.lib', |
- 'shell32.lib', |
- 'user32.lib', |
- 'winspool.lib', |
- ], |
- }], |
- ], |
'AdditionalLibraryDirectories': [ |
'<(windows_sdk_path)/Lib/win8/um/x86', |
], |