hotspot/make/windows/makefiles/debug.make
changeset 12503 9df71f999005
parent 12095 cc3d6f08a4c4
parent 12501 ea7feae692ae
child 13195 be27e1b6a4b9
--- a/hotspot/make/windows/makefiles/debug.make	Mon Apr 23 11:03:30 2012 -0700
+++ b/hotspot/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