From 766430c7430502a8c81f677dd5951c5967adb93e Mon Sep 17 00:00:00 2001 From: Peter Bright Date: Tue, 30 Aug 2011 03:39:51 +0100 Subject: [PATCH] Windows: set executables to be console programs closes #1644 --- common.gypi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.gypi b/common.gypi index d13a56524d..8725fbf363 100644 --- a/common.gypi +++ b/common.gypi @@ -88,6 +88,11 @@ 'DataExecutionPrevention': 2, # enable DEP 'AllowIsolation': 'true', 'SuppressStartupBanner': 'true', + 'target_conditions': [ + ['_type=="executable"', { + 'SubSystem': 1, # console executable + }], + ], }, }, 'conditions': [