Skip to content

Commit

Permalink
statically link runtime C runtime library
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jul 11, 2022
1 parent 39cc9c6 commit da39423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SporeModLoader/SporeModLoader.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
<PreprocessorDefinitions>BuildVer=177;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp20</LanguageStandard>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand All @@ -116,6 +117,7 @@
<PreprocessorDefinitions>BuildVer=177;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp20</LanguageStandard>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit da39423

Please sign in to comment.