Changeset 1222
- Timestamp:
- Feb 11, 2004, 11:47:11 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/mkexe.smak
-
Property cvs2svn:cvs-rev
changed from
1.6
to1.7
r1221 r1222 21 21 endif 22 22 23 # Map file. 24 ifdef .TARGET 25 ifneq ($(.TARGET),$(.TARGET:.exe=.map)) 26 INS.FILES += $(INS)$(.INSDIR)$(.TARGET:.exe=.map) 27 $(INS)$(.INSDIR)$(.TARGET:.exe=.map): $.$(.TARG:.exe=.map) 28 $(call CP,$<,$@) 29 endif 30 endif 23 # don't install map file - unstripped is enough. 24 ## Map file. 25 #ifdef .TARGET 26 #ifneq ($(.TARGET),$(.TARGET:.exe=.map)) 27 #INS.FILES += $(INS)$(.INSDIR)$(.TARGET:.exe=.map) 28 #$(INS)$(.INSDIR)$(.TARGET:.exe=.map): $.$(.TARG:.exe=.map) 29 # $(call CP,$<,$@) 30 #endif 31 #endif 31 32 32 33 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.