make/windows/makefiles/fastdebug.make

changeset 3726
74c359c4a9e5
parent 3619
2d503de963b3
parent 3724
d652a62d6e03
child 4637
1b0dc9f87e75
     1.1 --- a/make/windows/makefiles/fastdebug.make	Mon Apr 23 11:03:30 2012 -0700
     1.2 +++ b/make/windows/makefiles/fastdebug.make	Tue Apr 24 15:20:40 2012 -0700
     1.3 @@ -61,6 +61,12 @@
     1.4  # separately.  Use ";#2" for .dll and ";#1" for .exe:
     1.5  	$(MT) /manifest $@.manifest /outputresource:$@;#2
     1.6  !endif
     1.7 +!if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
     1.8 +!if "$(ZIP_DEBUGINFO_FILES)" == "1"
     1.9 +	$(ZIPEXE) -q $*.diz $*.map $*.pdb
    1.10 +	$(RM) $*.map $*.pdb
    1.11 +!endif
    1.12 +!endif
    1.13  
    1.14  !include $(WorkSpace)/make/windows/makefiles/shared.make
    1.15  !include $(WorkSpace)/make/windows/makefiles/sa.make

mercurial