aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-07-06 22:35:33 +0000
committerGerald Combs <gerald@wireshark.org>2010-07-06 22:35:33 +0000
commitf4bb9209ae408b74e0d80cf2105696b830994b4f (patch)
tree18733b0e662b057b4fbe7f22e6b21d89b0a32334 /Makefile.nmake
parentb87d82d0b40c0790fa88787670d43651996e5849 (diff)
Add a target which creates a zip file containing our .pdb files.
svn path=/trunk/; revision=33460
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index b8335c8c36..ac8e82f6c8 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -246,6 +246,12 @@ wireshark.bsc: *.sbr epan\*.sbr epan\dfilter\*.sbr epan\ftypes\*.sbr epan\wslua\
<<
xcopy $@ $(INSTALL_DIR)\ /d
+pdb_zip: all
+ cd $(INSTALL_DIR)
+ rm -f ../wireshark-pdb-$(WIRESHARK_TARGET_PLATFORM)-$(VERSION).zip
+ zip -9 ../wireshark-pdb-$(WIRESHARK_TARGET_PLATFORM)-$(VERSION).zip *.pdb
+ cd ..
+
$(RESOURCES): image
wiretap\wiretap-$(WTAP_VERSION).lib: image $(ZLIB_DLL) wiretap