aboutsummaryrefslogtreecommitdiff
path: root/client/client.vcxproj
diff options
context:
space:
mode:
authorauth12 <[email protected]>2020-07-27 10:02:52 -0700
committerauth12 <[email protected]>2020-07-27 10:02:52 -0700
commit9eeebaa4e90dedcbfcc38066b6b35e5e08c94c08 (patch)
tree24efa461b0a8de85b35b9ec8ca21628432336925 /client/client.vcxproj
parentRemoved spdlog, using fmt wrapper instead. (diff)
downloadloader-9eeebaa4e90dedcbfcc38066b6b35e5e08c94c08.tar.xz
loader-9eeebaa4e90dedcbfcc38066b6b35e5e08c94c08.zip
Fixed support for colored text.
Diffstat (limited to 'client/client.vcxproj')
-rw-r--r--client/client.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.vcxproj b/client/client.vcxproj
index 7e4b574..52c45bd 100644
--- a/client/client.vcxproj
+++ b/client/client.vcxproj
@@ -135,7 +135,7 @@
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpplatest</LanguageStandard>
<AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)wolfssl;$(SolutionDir)..\shared;$(SolutionDir)..\shared\spdlog\include;$(IncludePath)</AdditionalIncludeDirectories>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<ExceptionHandling>Sync</ExceptionHandling>
<Optimization>MaxSpeed</Optimization>
</ClCompile>