Windows: set executables to be console programs

closes #1644
This commit is contained in:
Peter Bright 2011-08-30 03:39:51 +01:00 committed by Bert Belder
parent bc0a552a84
commit 766430c743

View File

@ -88,6 +88,11 @@
'DataExecutionPrevention': 2, # enable DEP
'AllowIsolation': 'true',
'SuppressStartupBanner': 'true',
'target_conditions': [
['_type=="executable"', {
'SubSystem': 1, # console executable
}],
],
},
},
'conditions': [