[cpp-msbuild] 02/02: We need to compile the tools as well
Rod Widdowson
rdw at steadingsoftware.com
Wed Dec 28 12:27:07 EST 2016
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=119a08dcd82634aef5d5b2126c39e5d54286004d
commit 119a08dcd82634aef5d5b2126c39e5d54286004d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Dec 28 17:26:55 2016 +0000
We need to compile the tools as well
---
dependencies/xmlsec-compile.bat | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dependencies/xmlsec-compile.bat b/dependencies/xmlsec-compile.bat
index d7206ce..f7a4e0d 100644
--- a/dependencies/xmlsec-compile.bat
+++ b/dependencies/xmlsec-compile.bat
@@ -1,12 +1,15 @@
+rem xmlsec-compile Win64
+rem xmlsec-compile Win32
+
set ForceImportBeforeCppTargets=%SCRIPTS_DIR%\xsec.props
msbuild /m projects\VC%MsVCVersionNum%.0\xsec\xsec.sln /p:Configuration="Debug No Xalan" /t:clean /p:Platform=%1%
@if errorlevel 1 goto end
msbuild /m projects\VC%MsVCVersionNum%.0\xsec\xsec.sln /p:Configuration="Release No Xalan" /t:clean /p:Platform=%1%
@if errorlevel 1 goto end
-msbuild /m projects\VC%MsVCVersionNum%.0\xsec\xsec.sln /p:Configuration="Debug No Xalan" /t:xsec_lib:Rebuild /p:Platform=%1%
+msbuild /m projects\VC%MsVCVersionNum%.0\xsec\xsec.sln /p:Configuration="Debug No Xalan" /t:Rebuild /p:Platform=%1%
@if errorlevel 1 goto end
-msbuild /m projects\VC%MsVCVersionNum%.0\xsec\xsec.sln /p:Configuration="Release No Xalan" /t:xsec_lib:Rebuild /p:Platform=%1%
+msbuild /m projects\VC%MsVCVersionNum%.0\xsec\xsec.sln /p:Configuration="Release No Xalan" /t:Rebuild /p:Platform=%1%
@if errorlevel 1 goto end
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list