Skip to content
Snippets Groups Projects
Commit c651ec87 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Set SubSystem to Windows (instead of console)

parent 6c27423a
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -12,6 +12,7 @@
</ClCompile>
<Link>
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment