[cpp-msbuild] branch master updated: SSPCPP-870 Build release cUrl with pdbs

Rod Widdowson rdw at steadingsoftware.com
Sat Feb 15 12:03:27 EST 2020


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=7824b8acb1a71c85cb19d26f4aa7f22036ecc8f2

The following commit(s) were added to refs/heads/master by this push:
       new  7824b8a   SSPCPP-870  Build release cUrl with pdbs
7824b8a is described below

commit 7824b8acb1a71c85cb19d26f4aa7f22036ecc8f2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Feb 15 13:08:15 2020 +0000

    SSPCPP-870  Build release cUrl with pdbs
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-870
---
 dependencies/dependency.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dependencies/dependency.make b/dependencies/dependency.make
index 4d49dc4..a323f2b 100644
--- a/dependencies/dependency.make
+++ b/dependencies/dependency.make
@@ -266,7 +266,7 @@ curl-debug: test-env openssl-debug zlib-debug
 			ZLIB_LFLAGS=/libpath:$(ROOT_DIR)$(ZLIB_DIR)\$(ZlibTargetDir)\DEBUG 						\
 			ZLIB_CFLAGS="/DHAVE_ZLIB_H /DHAVE_ZLIB /DHAVE_LIBZ /I$(ROOT_DIR)$(ZLIB_DIR)" 			\
 			ZLIB_LIBS=$(ZLIB_IMPLIB)D.lib SSL_LIBS="libcrypto.lib libssl.lib" 						\
-			BASE_NAME=libcurl$(LIBCURL_FILE_VERSION) BASE_NAME_DEBUG=libcurl$(LIBCURL_FILE_VERSION)d
+			BASE_NAME=libcurl$(LIBCURL_FILE_VERSION) BASE_NAME_DEBUG=libcurl$(LIBCURL_FILE_VERSION)d GEN_PDB=true
 
 curl-release: test-env openssl-release zlib-release
 	title Build curl $(VSCMD_ARG_TGT_ARCH) Release
@@ -276,7 +276,7 @@ curl-release: test-env openssl-release zlib-release
 			ZLIB_LFLAGS=/libpath:$(ROOT_DIR)$(ZLIB_DIR)\$(ZlibTargetDir)\Release					\
 			ZLIB_CFLAGS="/DHAVE_ZLIB_H /DHAVE_ZLIB /DHAVE_LIBZ /I$(ROOT_DIR)$(ZLIB_DIR)" 			\
 			ZLIB_LIBS=$(ZLIB_IMPLIB).lib SSL_LIBS="libcrypto.lib libssl.lib" 						\
-			BASE_NAME=libcurl$(LIBCURL_FILE_VERSION) BASE_NAME_DEBUG=libcurl$(LIBCURL_FILE_VERSION)d
+			BASE_NAME=libcurl$(LIBCURL_FILE_VERSION) BASE_NAME_DEBUG=libcurl$(LIBCURL_FILE_VERSION)d GEN_PDB=true
 
 
 curl-clean: curl-test

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list