Skip to content

Commit a491703

Browse files
committed
Changing Release build to use /MT instead of /MD as an attempt to remove the dependency on the Visual Studio 2019 redistributable.
1 parent d007868 commit a491703

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SimpleGraphic.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
</PrecompiledHeaderFile>
137137
<AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)engine;$(SolutionDir)vcpkg\installed\x86-windows-static\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
138138
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
139+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
139140
</ClCompile>
140141
<Link>
141142
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)