Skip to content

Commit

Permalink
Changed editor subsystem to WINDOWS in release mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
FancyKillerPanda committed Apr 26, 2019
1 parent c82fa15 commit dca8dfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Time to Edit/Time to Edit.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalLibraryDirectories>$(SolutionDir)Dependencies\SDL2\lib\$(Platform)\</AdditionalLibraryDirectories>
Expand Down
Binary file modified bin/x64-Release/Time to Edit.exe
Binary file not shown.

0 comments on commit dca8dfa

Please sign in to comment.