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

Merge
author dcubed
date Tue, 24 Apr 2012 15:20:40 -0700
parents 2d503de963b3 d652a62d6e03
children d2a62e0f25eb
comparison
equal deleted inserted replaced
6019:f33c4d0f4c9e 6022:74c359c4a9e5
59 # The previous link command created a .manifest file that we want to 59 # The previous link command created a .manifest file that we want to
60 # insert into the linked artifact so we do not need to track it 60 # insert into the linked artifact so we do not need to track it
61 # separately. Use ";#2" for .dll and ";#1" for .exe: 61 # separately. Use ";#2" for .dll and ";#1" for .exe:
62 $(MT) /manifest $@.manifest /outputresource:$@;#2 62 $(MT) /manifest $@.manifest /outputresource:$@;#2
63 !endif 63 !endif
64 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
65 !if "$(ZIP_DEBUGINFO_FILES)" == "1"
66 $(ZIPEXE) -q $*.diz $*.map $*.pdb
67 $(RM) $*.map $*.pdb
68 !endif
69 !endif
64 70
65 !include $(WorkSpace)/make/windows/makefiles/shared.make 71 !include $(WorkSpace)/make/windows/makefiles/shared.make
66 !include $(WorkSpace)/make/windows/makefiles/sa.make 72 !include $(WorkSpace)/make/windows/makefiles/sa.make
67 !include $(WorkSpace)/make/windows/makefiles/launcher.make 73 !include $(WorkSpace)/make/windows/makefiles/launcher.make
68 !include $(WorkSpace)/make/windows/makefiles/wb.make 74 !include $(WorkSpace)/make/windows/makefiles/wb.make