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 2008/11/19 23:54:44 UTC

svn commit: r719115 - /activemq/activemq-cpp/trunk/Makefile.win

Author: tabish
Date: Wed Nov 19 14:54:44 2008
New Revision: 719115

URL: http://svn.apache.org/viewvc?rev=719115&view=rev
Log:
Adds a start at a Makefile for building on Windows, no yet complete.

Modified:
    activemq/activemq-cpp/trunk/Makefile.win

Modified: activemq/activemq-cpp/trunk/Makefile.win
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/Makefile.win?rev=719115&r1=719114&r2=719115&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/Makefile.win (original)
+++ activemq/activemq-cpp/trunk/Makefile.win Wed Nov 19 14:54:44 2008
@@ -112,18 +112,18 @@
 
 clean:
     cd vs2005-build
-	-msbuild vs2005-activemq-cpp.sln /useenv /clean "$(SLNARCH)" /project vs2005-activemq-cpp
-	-msbuild vs2005-activemq-cpp.sln /useenv /clean "$(SLNARCH)" /project vs2005-activemq-example
-	-msbuild vs2005-activemq-cpp.sln /useenv /clean "$(SLNARCH)" /project vs2005-activemq-integration
-	-msbuild vs2005-activemq-cpp.sln /useenv /clean "$(SLNARCH)" /project vs2005-activemq-test
+	-msbuild vs2005-activemq-cpp.sln /target:clean "$(SLNARCH)" /project vs2005-activemq-cpp
+	-msbuild vs2005-activemq-cpp.sln /target:clean "$(SLNARCH)" /project vs2005-activemq-example
+	-msbuild vs2005-activemq-cpp.sln /target:clean "$(SLNARCH)" /project vs2005-activemq-integration
+	-msbuild vs2005-activemq-cpp.sln /target:clean "$(SLNARCH)" /project vs2005-activemq-test
 	cd ..
 
 build:
     cd vs2005-build
-	msbuild vs2005-activemq-cpp.sln /useenv /build "$(SLNARCH)" /project vs2005-activemq-cpp
-	msbuild vs2005-activemq-cpp.sln /useenv /build "$(SLNARCH)" /project vs2005-activemq-example
-	msbuild vs2005-activemq-cpp.sln /useenv /build "$(SLNARCH)" /project vs2005-activemq-integration
-	msbuild vs2005-activemq-cpp.sln /useenv /build "$(SLNARCH)" /project activemq-test
+	msbuild vs2005-activemq-cpp.sln /target:build "$(SLNARCH)" /project vs2005-activemq-cpp
+	msbuild vs2005-activemq-cpp.sln /target:build "$(SLNARCH)" /project vs2005-activemq-example
+	msbuild vs2005-activemq-cpp.sln /target:build "$(SLNARCH)" /project vs2005-activemq-integration
+	msbuild vs2005-activemq-cpp.sln /target:build "$(SLNARCH)" /project vs2005-activemq-test
     cd ..
 
 !ENDIF