We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7e612 commit 70ba3beCopy full SHA for 70ba3be
src/Configure.vcxproj
@@ -82,7 +82,7 @@
82
<AdditionalDependencies>rpcrt4.lib;%(AdditionalDependencies)</AdditionalDependencies>
83
<SuppressStartupBanner>true</SuppressStartupBanner>
84
<GenerateDebugInformation>true</GenerateDebugInformation>
85
- <SubSystem>Windows</SubSystem>
+ <SubSystem>Console</SubSystem>
86
</Link>
87
<Midl>
88
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -202,4 +202,4 @@
202
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
203
<ImportGroup Label="ExtensionTargets">
204
</ImportGroup>
205
-</Project>
+</Project>
0 commit comments