[cpp-msbuild] branch main updated: Adjust xmlsec targets.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 9 11:38:14 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=a1d49b46a4a0e505ddcb716de5be91378b54c248
The following commit(s) were added to refs/heads/main by this push:
new a1d49b4 Adjust xmlsec targets.
a1d49b4 is described below
commit a1d49b46a4a0e505ddcb716de5be91378b54c248
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 9 07:38:06 2024 -0400
Adjust xmlsec targets.
---
dependencies/dependency.make | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dependencies/dependency.make b/dependencies/dependency.make
index ce7033b..07d335f 100644
--- a/dependencies/dependency.make
+++ b/dependencies/dependency.make
@@ -349,10 +349,10 @@ xsec: xsec-release xsec-debug
xsec-test: test-env $(ROOT_DIR)\$(XSEC_DIR)\projects\VC15.0\xsec\xsec.sln
xsec-clean: xsec-test
-# msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Debug Minimal" /m /t:clean /p:Platform=Win32
-# msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Debug Minimal" /m /t:clean /p:Platform=Win64
-# msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Release Minimal" /m /t:clean /p:Platform=Win32
-# msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Release Minimal" /m /t:clean /p:Platform=Win64
+# msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Debug" /m /t:clean /p:Platform=Win32
+# msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Debug" /m /t:clean /p:Platform=Win64
+# msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Release" /m /t:clean /p:Platform=Win32
+# msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Release" /m /t:clean /p:Platform=Win64
-92 rd/s/q $(ROOT_DIR)\$(XSEC_DIR)\build
-2 rd/s/q $(ROOT_DIR)\$(XSEC_DIR)\build
@@ -360,10 +360,10 @@ xsec-debug: test-env openssl-debug xerces-debug
title Build XmlSecurity $(VSCMD_ARG_TGT_ARCH) Debug
cd $(ROOT_DIR)\$(XSEC_DIR)
set ForceImportBeforeCppTargets=$(ROOT_DIR)\cpp-msbuild\dependencies\xsec.props
- msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Debug Minimal" /m /t:Build /p:Platform=$(XsecBuildArch)
+ msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Debug" /m /t:Build /p:Platform=$(XsecBuildArch)
xsec-release: test-env openssl-release xerces-release
title Build XmlSecurity $(VSCMD_ARG_TGT_ARCH) Release
cd $(ROOT_DIR)\$(XSEC_DIR)
set ForceImportBeforeCppTargets=$(ROOT_DIR)\cpp-msbuild\dependencies\xsec.props
- msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Release Minimal" /m /t:Build /p:Platform=$(XsecBuildArch)
+ msbuild /m projects\VC15.0\xsec\xsec.sln /p:Configuration="Release" /m /t:Build /p:Platform=$(XsecBuildArch)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list