diff make/windows/makefiles/debug.make @ 6022:74c359c4a9e5

Merge
author dcubed
date Tue, 24 Apr 2012 15:20:40 -0700
parents 2d503de963b3 d652a62d6e03
children d2a62e0f25eb
line wrap: on
line diff
--- a/make/windows/makefiles/debug.make	Mon Apr 23 11:03:30 2012 -0700
+++ b/make/windows/makefiles/debug.make	Tue Apr 24 15:20:40 2012 -0700
@@ -61,6 +61,12 @@
 # separately.  Use ";#2" for .dll and ";#1" for .exe:
 	$(MT) /manifest $@.manifest /outputresource:$@;#2
 !endif
+!if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
+!if "$(ZIP_DEBUGINFO_FILES)" == "1"
+	$(ZIPEXE) -q $*.diz $*.map $*.pdb
+	$(RM) $*.map $*.pdb
+!endif
+!endif
 
 !include $(WorkSpace)/make/windows/makefiles/shared.make
 !include $(WorkSpace)/make/windows/makefiles/sa.make