Changeset 1222


Ignore:
Timestamp:
Feb 11, 2004, 11:47:11 AM (22 years ago)
Author:
bird
Message:

don't install map file - unstripped is enough.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/mkexe.smak

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r1221 r1222  
    2121endif                           
    2222
    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
    3132
    3233                               
Note: See TracChangeset for help on using the changeset viewer.