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

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