From: rdw Date: Thu, 1 Nov 2012 08:29:28 +0000 (+0000) Subject: Make clean agressive in what it destroys, and test for the existance of the subsidiar... X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=commitdiff_plain;h=fe0c3230724bb90a310aee8b99fc9856733e5efd Make clean agressive in what it destroys, and test for the existance of the subsidiary trees git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@1012 de75baf8-a10c-0410-a50a-987c0e22f00f --- diff --git a/msbuild/build.make b/msbuild/build.make index 05cc2bd..9acb917 100644 --- a/msbuild/build.make +++ b/msbuild/build.make @@ -12,16 +12,13 @@ SAMLROOT=$(MAKEDIR)\..\..\cpp-opensaml all: msi32 msi64 clean: - cd ..\.. - del/s *.dll - del/s *.exe - del/s *.msm - del/s *.lib - del/s *.wixlib - del/s *.msi - del/s *.obj *.wixobj - del/s *.lib *.wixlib - del/s *.pdb *.wixpdb + cd $(SPROOT) + del/s *.dll *.exe *.msm *.lib *.obj + del/s *.wixobj *.lib *.wixlib *.pdb *.wixpdb *.wixlib *.msi + cd $(XMLROOT) + del/s *.dll *.exe *.msm *.lib *.obj + cd $(SAMLROOT) + del/s *.dll *.exe *.msm *.lib *.obj # msi32: mergemodules32 exe32