Changeset 1054 for trunk/dll


Ignore:
Timestamp:
Jul 8, 2008, 4:32:46 PM (17 years ago)
Author:
Gregg Young
Message:

Add *.sym to files removed by clean; removed mkstr.map & mkstr.sym from debug package since the exe is an internal build tool only.

Location:
trunk/dll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/internal/makefile

    r915 r1054  
    5050   @%write $^@ option map
    5151   @%write $^@ name $(BASE)
    52    @%write $^@ op desc '@$#SLAInc:3.09$#@$#$#1$#$# 01/10/2007 03:09:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
     52   @%write $^@ op desc '@$#SLAInc:3.11$#@$#$#1$#$# 07/08/2007 03:11:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
    5353   @%write $^@ file $(BASE).obj
    5454   @%write $^@ library os2386.lib
     
    5959  -del $(BASE).map
    6060  -del $(BASE).obj
     61  -del $(BASE).sym
    6162
    6263cleanobj: .symbolic
  • trunk/dll/makefile

    r1022 r1054  
    360360  -del *.obj
    361361  -del *.res
     362  -del *.sym
    362363  -del fm3res.str
Note: See TracChangeset for help on using the changeset viewer.