[cpp-xmltooling COMMIT] /branches/REL_1/msbuild/build.make

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 30 12:42:42 EDT 2012


Author: scantor
Date: Tue Oct 30 12:42:42 2012
New Revision: 1011

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1011&view=rev
Log:
Remove clean from all target

Modified:
    branches/REL_1/msbuild/build.make

Modified: branches/REL_1/msbuild/build.make
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/msbuild/build.make?rev=1011&r1=1010&r2=1011&view=diff
==============================================================================
--- branches/REL_1/msbuild/build.make (original)
+++ branches/REL_1/msbuild/build.make Tue Oct 30 12:42:42 2012
@@ -3,13 +3,13 @@
 
 SPROOT=$(MAKEDIR)\..\..\cpp-sp
 XMLROOT=$(MAKEDIR)\..\..\cpp-xmltooling
-SAMLROOT=$(MAKEDIR)\..\..\cpp-OpenSaml
+SAMLROOT=$(MAKEDIR)\..\..\cpp-opensaml
 
 
 #
 # The targets.  We want to build the two installers
 #
-all: clean msi32 msi64
+all: msi32 msi64
 
 clean: 
 	cd ..\..



More information about the commits mailing list