diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/sandbox.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 937f8df..b9506bb 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -283,6 +283,11 @@ '-lcomctl32.lib', ], }, + 'msvs_settings': { + 'VCLinkerTool': { + 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS + }, + }, 'configurations': { 'Debug': { 'msvs_precompiled_header': 'sandbox_poc/stdafx.h', |