[cpp-msbuild] branch master updated: Preserved zlib pdbs

Rod Widdowson rdw at steadingsoftware.com
Wed Jan 24 11:53:15 EST 2018


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=de97d35e7dc0653cdf32ca92354d15accdc90b03

The following commit(s) were added to refs/heads/master by this push:
       new  de97d35   Preserved zlib pdbs
de97d35 is described below

commit de97d35e7dc0653cdf32ca92354d15accdc90b03
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 24 16:53:07 2018 +0000

    Preserved zlib pdbs
---
 dependencies/dependency.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dependencies/dependency.make b/dependencies/dependency.make
index 13a3c39..6403aeb 100644
--- a/dependencies/dependency.make
+++ b/dependencies/dependency.make
@@ -128,6 +128,7 @@ $(ROOT_DIR)\$(ZLIB_DIR)\$(ZlibTargetDir)\release\$(ZLIB_SHAREDLIB).dll: $(ROOT_D
 	nmake/f win32\makefile.shib
 	copy $(@F) $@
 	copy $(ROOT_DIR)\$(ZLIB_DIR)\$(ZLIB_IMPLIB).lib $(@D)
+	copy $(ROOT_DIR)\$(ZLIB_DIR)\*.pdb $(@D)
 
 $(ROOT_DIR)\$(ZLIB_DIR)\$(ZlibTargetDir)\debug\$(ZLIB_SHAREDLIB)D.dll: $(ROOT_DIR)\$(ZLIB_DIR)\win32\makefile.shib.debug
 	title Build zlib $(VSCMD_ARG_TGT_ARCH) Debug
@@ -136,6 +137,7 @@ $(ROOT_DIR)\$(ZLIB_DIR)\$(ZlibTargetDir)\debug\$(ZLIB_SHAREDLIB)D.dll: $(ROOT_DI
 	nmake/f win32\makefile.shib.debug
 	copy $(@F) $@
 	copy $(ROOT_DIR)\$(ZLIB_DIR)\$(ZLIB_IMPLIB)D.lib $(@D)
+	copy $(ROOT_DIR)\$(ZLIB_DIR)\*.pdb $(@D)
 
 #
 # OpenSSL

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


More information about the commits mailing list