Changeset 698 for trunk/dll


Ignore:
Timestamp:
Jun 17, 2007, 12:57:32 PM (18 years ago)
Author:
John Small
Message:
  • Made changes to enable WMAKE DIST
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r696 r698  
    234234
    235235# Run for each dependent
    236 lxlite: $(BASE).dll $(BASERES).dll
    237   !lxlite /x- /b- $?
     236lxlite: $(BASE).dll $(BASERES).dll .symbolic
     237# !lxlite /x- /b- $?
     238   @for %f in ($(BASE).dll $(BASERES).dll) do !lxlite /x- /b- %f
    238239
    239240cleanobj: .symbolic
Note: See TracChangeset for help on using the changeset viewer.