Skip to content

Commit ae3b87f

Browse files
committed
change release build to static crt linking
1 parent b54fd43 commit ae3b87f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api-ms-win-core-path-HACK.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
<FunctionLevelLinking>true</FunctionLevelLinking>
127127
<IntrinsicFunctions>true</IntrinsicFunctions>
128128
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;APIMSWINCOREPATHHACK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
129130
</ClCompile>
130131
<Link>
131132
<SubSystem>Windows</SubSystem>
@@ -144,6 +145,7 @@
144145
<FunctionLevelLinking>true</FunctionLevelLinking>
145146
<IntrinsicFunctions>true</IntrinsicFunctions>
146147
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;APIMSWINCOREPATHHACK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
147149
</ClCompile>
148150
<Link>
149151
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)