diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-04 20:36:40 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-06 13:39:07 +0200 |
commit | ca6db9a6470ad22258fe05d8d98fc0457abde581 (patch) | |
tree | 0b2c10f0d688321bd3bce1a99c5152c554dac077 /libpit/libpit.vcxproj | |
parent | Cleaned up command line interface (diff) | |
download | Heimdall-ca6db9a6470ad22258fe05d8d98fc0457abde581.tar Heimdall-ca6db9a6470ad22258fe05d8d98fc0457abde581.tar.gz Heimdall-ca6db9a6470ad22258fe05d8d98fc0457abde581.tar.bz2 Heimdall-ca6db9a6470ad22258fe05d8d98fc0457abde581.tar.lz Heimdall-ca6db9a6470ad22258fe05d8d98fc0457abde581.tar.xz Heimdall-ca6db9a6470ad22258fe05d8d98fc0457abde581.tar.zst Heimdall-ca6db9a6470ad22258fe05d8d98fc0457abde581.zip |
Diffstat (limited to '')
-rw-r--r-- | libpit/libpit.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpit/libpit.vcxproj b/libpit/libpit.vcxproj index fb08efc..8207d8c 100644 --- a/libpit/libpit.vcxproj +++ b/libpit/libpit.vcxproj @@ -107,6 +107,7 @@ <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> </ClCompile> <Link> <SubSystem>Windows</SubSystem> |