diff --git a/thirdparty/libsquish/libsquish.vcxproj b/thirdparty/libsquish/libsquish.vcxproj index ad5528d0..6cbb1acd 100644 --- a/thirdparty/libsquish/libsquish.vcxproj +++ b/thirdparty/libsquish/libsquish.vcxproj @@ -138,7 +138,6 @@ - Use Level3 Disabled true @@ -175,7 +174,6 @@ - Use Level3 MaxSpeed true diff --git a/thirdparty/libtomcrypt/libtomcrypt.vcxproj b/thirdparty/libtomcrypt/libtomcrypt.vcxproj index 8d56c25e..2ff5d4aa 100644 --- a/thirdparty/libtomcrypt/libtomcrypt.vcxproj +++ b/thirdparty/libtomcrypt/libtomcrypt.vcxproj @@ -538,12 +538,12 @@ - Use Level3 Disabled true - _DEBUG;_LIB;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTC_SOURCE;LTC_NO_TEST;LTC_NO_PROTOTYPES;_DEBUG;_LIB;%(PreprocessorDefinitions) true + $(ProjectDir)headers;$(SolutionDir)thirdparty\libtommath;%(AdditionalIncludeDirectories) Windows @@ -576,14 +576,14 @@ - Use Level3 MaxSpeed true true true - NDEBUG;_LIB;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTC_SOURCE;LTC_NO_TEST;LTC_NO_PROTOTYPES;NDEBUG;_LIB;%(PreprocessorDefinitions) true + $(ProjectDir)headers;$(SolutionDir)thirdparty\libtommath;%(AdditionalIncludeDirectories) Windows diff --git a/thirdparty/libtommath/libtommath.vcxproj b/thirdparty/libtommath/libtommath.vcxproj index 9dd171b2..7a3885aa 100644 --- a/thirdparty/libtommath/libtommath.vcxproj +++ b/thirdparty/libtommath/libtommath.vcxproj @@ -256,12 +256,12 @@ - Use Level3 Disabled true _DEBUG;_LIB;%(PreprocessorDefinitions) true + $(ProjectDir);%(AdditionalIncludeDirectories) Windows @@ -294,7 +294,6 @@ - Use Level3 MaxSpeed true @@ -302,6 +301,7 @@ true NDEBUG;_LIB;%(PreprocessorDefinitions) true + $(ProjectDir);%(AdditionalIncludeDirectories) Windows diff --git a/thirdparty/minilzo/minilzo.vcxproj b/thirdparty/minilzo/minilzo.vcxproj index c9922227..4c4527cb 100644 --- a/thirdparty/minilzo/minilzo.vcxproj +++ b/thirdparty/minilzo/minilzo.vcxproj @@ -116,7 +116,6 @@ - Use Level3 Disabled true @@ -153,7 +152,6 @@ - Use Level3 MaxSpeed true diff --git a/thirdparty/minizip/minizip.vcxproj b/thirdparty/minizip/minizip.vcxproj index b499c3fd..65bde8cc 100644 --- a/thirdparty/minizip/minizip.vcxproj +++ b/thirdparty/minizip/minizip.vcxproj @@ -119,12 +119,12 @@ - Use Level3 Disabled true - _DEBUG;_LIB;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB;%(PreprocessorDefinitions) true + $(SolutionDir)thirdparty\zlib;%(AdditionalIncludeDirectories) Windows @@ -156,14 +156,14 @@ - Use Level3 MaxSpeed true true true - NDEBUG;_LIB;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions) true + $(SolutionDir)thirdparty\zlib;%(AdditionalIncludeDirectories) Windows diff --git a/thirdparty/zlib/zlib.vcxproj b/thirdparty/zlib/zlib.vcxproj index 6652d684..e9f318ab 100644 --- a/thirdparty/zlib/zlib.vcxproj +++ b/thirdparty/zlib/zlib.vcxproj @@ -138,11 +138,10 @@ - Use Level3 Disabled true - _DEBUG;_LIB;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_DEBUG;_LIB;%(PreprocessorDefinitions) true @@ -175,13 +174,12 @@ - Use Level3 MaxSpeed true true true - NDEBUG;_LIB;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;_LIB;%(PreprocessorDefinitions) true