Skip to content

Commit

Permalink
Disabled console window in Release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Piterson25 committed Feb 18, 2023
1 parent b8fc638 commit ffe2037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Defnight/Defnight.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,13 @@
<LanguageStandard>stdcpp20</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalLibraryDirectories>$(SolutionDir)SFML-2.5.1\lib</AdditionalLibraryDirectories>
<AdditionalDependencies>sfml-graphics-s.lib;sfml-window-s.lib;sfml-audio-s.lib;sfml-network-s.lib;sfml-system-s.lib;openal32.lib;opengl32.lib;freetype.lib;winmm.lib;gdi32.lib;flac.lib;vorbisenc.lib;vorbisfile.lib;vorbis.lib;ogg.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit ffe2037

Please sign in to comment.