[cpp-msbuild] branch main updated: Be specific about architectural decoration when saving the OpenSSL pdb files.
Rod Widdowson
rdw at steadingsoftware.com
Thu Aug 27 10:28:58 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw 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=0410eba24161148aa3ebb90856d2537853909c02
The following commit(s) were added to refs/heads/main by this push:
new 0410eba Be specific about architectural decoration when saving the OpenSSL pdb files.
0410eba is described below
commit 0410eba24161148aa3ebb90856d2537853909c02
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 27 11:28:26 2020 +0100
Be specific about architectural decoration when saving
the OpenSSL pdb files.
---
dependencies/dependency.make | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/dependencies/dependency.make b/dependencies/dependency.make
index 1b5502b..611fe37 100644
--- a/dependencies/dependency.make
+++ b/dependencies/dependency.make
@@ -181,29 +181,29 @@ openssl-clean-configure: openssl-test
cd $(ROOT_DIR)\$(OPENSSL_DIR)
-2 nmake distclean
if exist $(ROOT_DIR)\$(OPENSSL_DIR)\x86\bin \
- copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x86\bin\libssl-$(OPENSSL_FILE_VERSION)$(OpenSSLNameGarnish).sv-pdb \
- $(ROOT_DIR)\$(OPENSSL_DIR)\x86\bin\libssl-$(OPENSSL_FILE_VERSION)$(OpenSSLNameGarnish).pdb
+ copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x86\bin\libssl-$(OPENSSL_FILE_VERSION).sv-pdb \
+ $(ROOT_DIR)\$(OPENSSL_DIR)\x86\bin\libssl-$(OPENSSL_FILE_VERSION).pdb
if exist $(ROOT_DIR)\$(OPENSSL_DIR)\x86\bin \
- copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x86\bin\libcrypto-$(OPENSSL_FILE_VERSION)$(OpenSSLNameGarnish).sv-pdb \
- $(ROOT_DIR)\$(OPENSSL_DIR)\x86\bin\libcrypto-$(OPENSSL_FILE_VERSION)$(OpenSSLNameGarnish).pdb
+ copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x86\bin\libcrypto-$(OPENSSL_FILE_VERSION).sv-pdb \
+ $(ROOT_DIR)\$(OPENSSL_DIR)\x86\bin\libcrypto-$(OPENSSL_FILE_VERSION).pdb
if exist $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin \
- copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin\libssl-$(OPENSSL_FILE_VERSION)D$(OpenSSLNameGarnish).sv-pdb \
- $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin\libssl-$(OPENSSL_FILE_VERSION)D$(OpenSSLNameGarnish).pdb
+ copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin\libssl-$(OPENSSL_FILE_VERSION)D.sv-pdb \
+ $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin\libssl-$(OPENSSL_FILE_VERSION)D.pdb
if exist $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin \
- copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin\libcrypto-$(OPENSSL_FILE_VERSION)D$(OpenSSLNameGarnish).sv-pdb \
- $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin\libcrypto-$(OPENSSL_FILE_VERSION)D$(OpenSSLNameGarnish).pdb
+ copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin\libcrypto-$(OPENSSL_FILE_VERSION)D.sv-pdb \
+ $(ROOT_DIR)\$(OPENSSL_DIR)\x86Debug\bin\libcrypto-$(OPENSSL_FILE_VERSION)D.pdb
if exist $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin \
- copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libssl-$(OPENSSL_FILE_VERSION)$(OpenSSLNameGarnish).sv-pdb \
+ copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libssl-$(OPENSSL_FILE_VERSION)-x64.sv-pdb \
$(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libssl-$(OPENSSL_FILE_VERSION)$(OpenSSLNameGarnish).pdb
if exist $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin \
- copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libcrypto-$(OPENSSL_FILE_VERSION)$(OpenSSLNameGarnish).sv-pdb \
- $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libcrypto-$(OPENSSL_FILE_VERSION)$(OpenSSLNameGarnish).pdb
+ copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libcrypto-$(OPENSSL_FILE_VERSION)-x64.sv-pdb \
+ $(ROOT_DIR)\$(OPENSSL_DIR)\x64\bin\libcrypto-$(OPENSSL_FILE_VERSION)-x64.pdb
if exist $(ROOT_DIR)\$(OPENSSL_DIR)\x64Debug\bin \
- copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x64Debug\bin\libssl-$(OPENSSL_FILE_VERSION)D$(OpenSSLNameGarnish).sv-pdb \
- $(ROOT_DIR)\$(OPENSSL_DIR)\x64Debug\bin\libssl-$(OPENSSL_FILE_VERSION)D$(OpenSSLNameGarnish).pdb
+ copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x64Debug\bin\libssl-$(OPENSSL_FILE_VERSION)D-x64.sv-pdb \
+ $(ROOT_DIR)\$(OPENSSL_DIR)\x64Debug\bin\libssl-$(OPENSSL_FILE_VERSION)D-x64.pdb
if exist $(ROOT_DIR)\$(OPENSSL_DIR)\x64Debug\bin \
- copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x64Debug\bin\libcrypto-$(OPENSSL_FILE_VERSION)D$(OpenSSLNameGarnish).sv-pdb \
- $(ROOT_DIR)\$(OPENSSL_DIR)\x64Debug\bin\libcrypto-$(OPENSSL_FILE_VERSION)D$(OpenSSLNameGarnish).pdb
+ copy /y $(ROOT_DIR)\$(OPENSSL_DIR)\x64Debug\bin\libcrypto-$(OPENSSL_FILE_VERSION)D-x64.sv-pdb \
+ $(ROOT_DIR)\$(OPENSSL_DIR)\x64Debug\bin\libcrypto-$(OPENSSL_FILE_VERSION)D-x64.pdb
$(ROOT_DIR)\$(OPENSSL_DIR)\$(VSCMD_ARG_TGT_ARCH)\include\openssl\opensslconf.h:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list