[cpp-msbuild] branch main updated: Update Xerces DLL name.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 9 14:49:37 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=6a015345d3df2b4cb5822df2080d3add5e2b2aba
The following commit(s) were added to refs/heads/main by this push:
new 6a01534 Update Xerces DLL name.
6a01534 is described below
commit 6a015345d3df2b4cb5822df2080d3add5e2b2aba
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 9 10:49:34 2024 -0400
Update Xerces DLL name.
---
dependencies/dependency.make | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dependencies/dependency.make b/dependencies/dependency.make
index 07d335f..4d5d5ff 100644
--- a/dependencies/dependency.make
+++ b/dependencies/dependency.make
@@ -274,9 +274,9 @@ log4shib-release: log4shib-test
#
xerces: xerces-debug xerces-release
-xerces-debug: xerces-test $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)\ALL_BUILD.vcxproj $(ROOT_DIR)\$(XERCES_DIR)\$(XercesInstallDir)\bin\xerces-c_3_2D.dll
+xerces-debug: xerces-test $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)\ALL_BUILD.vcxproj $(ROOT_DIR)\$(XERCES_DIR)\$(XercesInstallDir)\bin\xerces-c_3_3D.dll
-xerces-release: xerces-test $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)\ALL_BUILD.vcxproj $(ROOT_DIR)\$(XERCES_DIR)\$(XercesInstallDir)\bin\xerces-c_3_2.dll
+xerces-release: xerces-test $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)\ALL_BUILD.vcxproj $(ROOT_DIR)\$(XERCES_DIR)\$(XercesInstallDir)\bin\xerces-c_3_3.dll
xerces-test: test-env $(ROOT_DIR)\$(XERCES_DIR)\CMakeLists.txt
@@ -291,12 +291,12 @@ xerces-clean:
-2 rd/s/q $(ROOT_DIR)\$(XERCES_DIR)\Install32
-2 rd/s/q $(ROOT_DIR)\$(XERCES_DIR)\Install64
-$(ROOT_DIR)\$(XERCES_DIR)\$(XercesInstallDir)\bin\xerces-c_3_2D.dll: $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)\ALL_BUILD.vcxproj
+$(ROOT_DIR)\$(XERCES_DIR)\$(XercesInstallDir)\bin\xerces-c_3_3D.dll: $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)\ALL_BUILD.vcxproj
title Build zlib xerces $(VSCMD_ARG_TGT_ARCH) Debug
cd $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)
cmake --build . --config Debug --clean-first --target install
-$(ROOT_DIR)\$(XERCES_DIR)\$(XercesInstallDir)\bin\xerces-c_3_2.dll: $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)\ALL_BUILD.vcxproj
+$(ROOT_DIR)\$(XERCES_DIR)\$(XercesInstallDir)\bin\xerces-c_3_3.dll: $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)\ALL_BUILD.vcxproj
title Build xerces $(VSCMD_ARG_TGT_ARCH) Release
cd $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)
cmake --build . --config Release --clean-first --target install
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list