Author: tabish
Date: Wed Sep 29 13:10:30 2010
New Revision: 1002603

URL: http://svn.apache.org/viewvc?rev=1002603&view=rev
Log:
fix for: https://issues.apache.org/activemq/browse/AMQCPP-318

Modified:
    
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/vs2008-build/activemq-cpp.vcproj

Modified: 
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/vs2008-build/activemq-cpp.vcproj
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/vs2008-build/activemq-cpp.vcproj?rev=1002603&r1=1002602&r2=1002603&view=diff
==============================================================================
--- 
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/vs2008-build/activemq-cpp.vcproj
 (original)
+++ 
activemq/activemq-cpp/branches/activemq-cpp-3.2.x/activemq-cpp/vs2008-build/activemq-cpp.vcproj
 Wed Sep 29 13:10:30 2010
@@ -800,7 +800,7 @@
                                Name="VCCLCompilerTool"
                                UseUnicodeResponseFiles="false"
                                
AdditionalIncludeDirectories="..\src\main;"$(PLATFORM_SDK)\include";"$(CPPUNIT_DIST)\include";"$(APR_DIST)\include";"$(OPENSSL_DIST)\include""
-                               PreprocessorDefinitions="HAVE_OPENSSL"
+                               
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;APR_DECLARE_STATIC;APU_DECLARE_STATIC;API_DECLARE_STATIC;$(NOINHERIT);HAVE_OPENSSL"
                                RuntimeLibrary="2"
                                UsePrecompiledHeader="0"
                                ObjectFile="$(IntDir)\$(ProjectName)\"


Reply via email to