From 554018a71f5591d35480cc04f3e3c8488bc6a366 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 2 Jul 2012 18:19:47 +0000 Subject: project fix for cryptlib 64 bit git-svn-id: http://svn.miranda-ng.org/main/trunk@722 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/crypto/cryptlib_10.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CryptoPP/crypto') diff --git a/plugins/CryptoPP/crypto/cryptlib_10.vcxproj b/plugins/CryptoPP/crypto/cryptlib_10.vcxproj index da4fcb91d5..3be0f33061 100644 --- a/plugins/CryptoPP/crypto/cryptlib_10.vcxproj +++ b/plugins/CryptoPP/crypto/cryptlib_10.vcxproj @@ -103,7 +103,7 @@ /Zm400 %(AdditionalOptions) MinSpace Size - NDEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;WIN32;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;%(PreprocessorDefinitions) true MultiThreadedDLL true @@ -150,7 +150,7 @@ /Zm400 %(AdditionalOptions) true - _DEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;WIN64;%(PreprocessorDefinitions) + WIN64;_DEBUG;_WINDOWS;USE_PRECOMPILED_HEADERS;%(PreprocessorDefinitions) MultiThreadedDebugDLL Use pch.h -- cgit v1.2.3