Changeset 428 for trunk/src


Ignore:
Timestamp:
Jul 23, 2003, 3:19:38 AM (22 years ago)
Author:
bird
Message:

#564: Install unstripped exe too.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r427 r428  
    1212        $(call FECHO,_@,        $$(call DO.LINK.exe,$(.TLDF)))$(NL)
    1313
     14# Add unstripped copy.                                 
     15ifeq ($(MODE),opt)
     16ifdef .TARGET
     17ifneq ($(.TARGET),$(.TARGET:.exe=.dbg))
     18INS.FILES += $(INS)$(.INSDIR)$(.TARGET:.exe=.dbg)
     19$(INS)$(.INSDIR)$(.TARGET:.exe=.dbg): $.$(.TARG:.exe=.dbg)
     20        $(call CP,$<,$@)
     21endif   
     22endif   
     23endif                           
     24                               
    1425include comend.smak
Note: See TracChangeset for help on using the changeset viewer.