diff options
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 3185f5b..38e8059 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -400,6 +400,14 @@ 'sources': [ 'command_buffer/client/gles2_demo.cc', ], + 'msvs_settings': { + 'VCLinkerTool': { + # 0 == not set + # 1 == /SUBSYSTEM:CONSOLE + # 2 == /SUBSYSTEM:WINDOWS + 'SubSystem': '2', + }, + }, }, ], }, |