Skip to content

Commit

Permalink
Change engine only, C++ Code Generation run time library to /MT Multi…
Browse files Browse the repository at this point in the history
…threaded Runtime library instead of /MD Multithreaded DLL
  • Loading branch information
billforsternz committed Jul 6, 2023
1 parent a0be0d2 commit cf5b8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sargon-engine/sargon-engine.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down

0 comments on commit cf5b8ce

Please sign in to comment.