From d89014c40c6334665a9050439ac3b6ab92848a72 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 22 Mar 2014 14:31:11 +0000 Subject: WIN32 macro isn't needed in projects git-svn-id: http://svn.miranda-ng.org/main/trunk@8688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/crypto/cryptlib_10.vcxproj | 4 ++-- plugins/CryptoPP/crypto/cryptlib_12.vcxproj | 4 ++-- plugins/CryptoPP/cryptopp_10.vcxproj | 4 ++-- plugins/CryptoPP/cryptopp_12.vcxproj | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/CryptoPP') diff --git a/plugins/CryptoPP/crypto/cryptlib_10.vcxproj b/plugins/CryptoPP/crypto/cryptlib_10.vcxproj index ee9c053e62..7162b5ba50 100644 --- a/plugins/CryptoPP/crypto/cryptlib_10.vcxproj +++ b/plugins/CryptoPP/crypto/cryptlib_10.vcxproj @@ -72,7 +72,7 @@ Full Size - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true true Use @@ -108,7 +108,7 @@ - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) MultiThreadedDebugDLL Use pch.h diff --git a/plugins/CryptoPP/crypto/cryptlib_12.vcxproj b/plugins/CryptoPP/crypto/cryptlib_12.vcxproj index 5e6169a36f..0203b9d61c 100644 --- a/plugins/CryptoPP/crypto/cryptlib_12.vcxproj +++ b/plugins/CryptoPP/crypto/cryptlib_12.vcxproj @@ -76,7 +76,7 @@ Full Size - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true true Use @@ -112,7 +112,7 @@ - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) MultiThreadedDebugDLL Use pch.h diff --git a/plugins/CryptoPP/cryptopp_10.vcxproj b/plugins/CryptoPP/cryptopp_10.vcxproj index 895fe7e324..3371e31d62 100644 --- a/plugins/CryptoPP/cryptopp_10.vcxproj +++ b/plugins/CryptoPP/cryptopp_10.vcxproj @@ -75,7 +75,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true MultiThreadedDebugDLL commonheaders.h @@ -129,7 +129,7 @@ Full Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Use diff --git a/plugins/CryptoPP/cryptopp_12.vcxproj b/plugins/CryptoPP/cryptopp_12.vcxproj index 085e523e7b..c040bd0c50 100644 --- a/plugins/CryptoPP/cryptopp_12.vcxproj +++ b/plugins/CryptoPP/cryptopp_12.vcxproj @@ -77,7 +77,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true MultiThreadedDebugDLL commonheaders.h @@ -131,7 +131,7 @@ Full Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Use -- cgit v1.2.3