Author: tabish
Date: Wed May 28 07:55:08 2008
New Revision: 660965

URL: http://svn.apache.org/viewvc?rev=660965&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQCPP-177

Adding in APR static defines for the static lib

Modified:
    activemq/activemq-cpp/trunk/vs2005-build/vs2005-activemq.vcproj

Modified: activemq/activemq-cpp/trunk/vs2005-build/vs2005-activemq.vcproj
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/vs2005-build/vs2005-activemq.vcproj?rev=660965&r1=660964&r2=660965&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/vs2005-build/vs2005-activemq.vcproj (original)
+++ activemq/activemq-cpp/trunk/vs2005-build/vs2005-activemq.vcproj Wed May 28 
07:55:08 2008
@@ -43,7 +43,7 @@
                                UseUnicodeResponseFiles="false"
                                Optimization="0"
                                AdditionalIncludeDirectories=""C:\Program 
Files\APR\include";..\src\main;"C:\Program Files\Microsoft Platform 
SDK\Include";"D:\Program Files\Microsoft Platform SDK\Include""
-                               
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;$(NOINHERIT)"
+                               
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;APR_DECLARE_STATIC;APU_DECLARE_STATIC;API_DECLARE_STATIC;$(NOINHERIT)"
                                KeepComments="false"
                                MinimalRebuild="false"
                                ExceptionHandling="1"
@@ -115,7 +115,7 @@
                                Name="VCCLCompilerTool"
                                UseUnicodeResponseFiles="false"
                                
AdditionalIncludeDirectories="..\src\main;"C:\Program Files\Microsoft 
Platform SDK\Include";"D:\Program Files\Microsoft Platform 
SDK\Include";"C:\Program Files\Decaf\src\main";"C:\Program 
Files\APR\include""
-                               
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;$(NOINHERIT)"
+                               
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;WIN32_LEAN_AND_MEAN;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;APR_DECLARE_STATIC;APU_DECLARE_STATIC;API_DECLARE_STATIC;$(NOINHERIT)"
                                RuntimeLibrary="2"
                                UsePrecompiledHeader="0"
                                ObjectFile="$(IntDir)\$(ProjectName)\"


Reply via email to