You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/04/16 20:51:58 UTC

svn commit: r765719 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/vs2005-build/vs2005-activemq.vcproj

Author: tabish
Date: Thu Apr 16 18:51:58 2009
New Revision: 765719

URL: http://svn.apache.org/viewvc?rev=765719&view=rev
Log:
Fix the project to always use the env vars for dependency location.

Modified:
    activemq/activemq-cpp/branches/activemq-cpp-2.x/vs2005-build/vs2005-activemq.vcproj

Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/vs2005-build/vs2005-activemq.vcproj
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-2.x/vs2005-build/vs2005-activemq.vcproj?rev=765719&r1=765718&r2=765719&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/activemq-cpp-2.x/vs2005-build/vs2005-activemq.vcproj (original)
+++ activemq/activemq-cpp/branches/activemq-cpp-2.x/vs2005-build/vs2005-activemq.vcproj Thu Apr 16 18:51:58 2009
@@ -209,7 +209,7 @@
 				Name="VCLinkerTool"
 				AdditionalDependencies="ws2_32.lib libapr-1.lib libaprutil-1.lib"
 				OutputFile="$(OutDir)\activemq-cpp.dll"
-				AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib";"C:\Program Files\APR\lib";"C:\Program Files\APR\bin";"C:\Program Files\Decaf\vs2005-build\Release""
+				AdditionalLibraryDirectories=""$(APR_DIST)\bin";"$(APR_DIST)\lib";"$(PLATFORM_SDK)\lib";"$(CPPUNIT_DIST)\lib""
 				GenerateDebugInformation="true"
 			/>
 			<Tool
@@ -293,7 +293,7 @@
 				Name="VCLinkerTool"
 				AdditionalDependencies="ws2_32.lib libapr-1.lib libaprutil-1.lib"
 				OutputFile="$(OutDir)\activemq-cppd.dll"
-				AdditionalLibraryDirectories="&quot;C:\Program Files\Microsoft Platform SDK\Lib&quot;;&quot;C:\Program Files\APR\lib&quot;;&quot;C:\Program Files\APR\bin&quot;"
+				AdditionalLibraryDirectories="&quot;$(APR_DIST)\bin&quot;;&quot;$(APR_DIST)\lib&quot;;&quot;$(PLATFORM_SDK)\lib&quot;;&quot;$(CPPUNIT_DIST)\lib&quot;"
 				GenerateDebugInformation="true"
 			/>
 			<Tool