Browse Source

Windows: set executables to be console programs

closes #1644
Peter Bright 14 years ago
committed by Bert Belder
parent
commit
766430c743
  1. 5
      common.gypi

5
common.gypi

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

Loading…
Cancel
Save