Skip to content

Commit 70ba3be

Browse files
committed
Updated subsystem for the debug build.
1 parent 0a7e612 commit 70ba3be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Configure.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<AdditionalDependencies>rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
8383
<SuppressStartupBanner>true</SuppressStartupBanner>
8484
<GenerateDebugInformation>true</GenerateDebugInformation>
85-
<SubSystem>Windows</SubSystem>
85+
<SubSystem>Console</SubSystem>
8686
</Link>
8787
<Midl>
8888
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -202,4 +202,4 @@
202202
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
203203
<ImportGroup Label="ExtensionTargets">
204204
</ImportGroup>
205-
</Project>
205+
</Project>

0 commit comments

Comments
 (0)