- Timestamp:
- Jul 23, 2003, 3:19:38 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/mkexe.smak
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r427 r428 12 12 $(call FECHO,_@, $$(call DO.LINK.exe,$(.TLDF)))$(NL) 13 13 14 # Add unstripped copy. 15 ifeq ($(MODE),opt) 16 ifdef .TARGET 17 ifneq ($(.TARGET),$(.TARGET:.exe=.dbg)) 18 INS.FILES += $(INS)$(.INSDIR)$(.TARGET:.exe=.dbg) 19 $(INS)$(.INSDIR)$(.TARGET:.exe=.dbg): $.$(.TARG:.exe=.dbg) 20 $(call CP,$<,$@) 21 endif 22 endif 23 endif 24 14 25 include comend.smak -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.