mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 15:55:40 +01:00
Add required build options to correctly target XP
BUG=588 R=chrisha@chromium.org Review URL: https://breakpad.appspot.com/5664002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1327 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
40cd690901
commit
f05e1037b5
@ -362,6 +362,8 @@
|
|||||||
'_CRT_SECURE_NO_DEPRECATE',
|
'_CRT_SECURE_NO_DEPRECATE',
|
||||||
'_CRT_NONSTDC_NO_WARNINGS',
|
'_CRT_NONSTDC_NO_WARNINGS',
|
||||||
'_CRT_NONSTDC_NO_DEPRECATE',
|
'_CRT_NONSTDC_NO_DEPRECATE',
|
||||||
|
# This is required for ATL to use XP-safe versions of its functions.
|
||||||
|
'_USING_V110_SDK71_',
|
||||||
],
|
],
|
||||||
'msvs_disabled_warnings': [4800],
|
'msvs_disabled_warnings': [4800],
|
||||||
'msvs_settings': {
|
'msvs_settings': {
|
||||||
@ -401,6 +403,7 @@
|
|||||||
'abstract': 1,
|
'abstract': 1,
|
||||||
'msvs_settings': {
|
'msvs_settings': {
|
||||||
'VCLinkerTool': {
|
'VCLinkerTool': {
|
||||||
|
'MinimumRequiredVersion': '5.01', # XP.
|
||||||
'TargetMachine': '1',
|
'TargetMachine': '1',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user