Skip to content

Commit

Permalink
Used static runtime library for plugin injector.
Browse files Browse the repository at this point in the history
Avoids a Chaoslauncher error for users that don't have the debug
libraries.
  • Loading branch information
heinermann committed May 5, 2015
1 parent df9e8d0 commit 93efa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bwapi/BWAPI_PluginInjector/BWAPI_PluginInjector.vcxproj
Expand Up @@ -52,7 +52,7 @@
<OmitFramePointers>true</OmitFramePointers>
<PreprocessorDefinitions>NOMINMAX;WIN32;NDEBUG;_WINDOWS;_USRDLL;CREATETHREADREMOTETEST_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<WarningLevel>Level4</WarningLevel>
Expand Down Expand Up @@ -91,7 +91,7 @@ COPY /Y "$(OutDir)$(TargetName)$(TargetExt)" "$(SolutionDir)..\Release_Binary\MP
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>NOMINMAX;WIN32;_DEBUG;_WINDOWS;_USRDLL;CREATETHREADREMOTETEST_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Expand Down

0 comments on commit 93efa53

Please sign in to comment.