Changeset 594 for trunk/makefile


Ignore:
Timestamp:
Apr 1, 2007, 8:53:16 PM (19 years ago)
Author:
John Small
Message:
  • Moved the new DIST target below the ALL target so that ALL

is the default.

  • Added LXLITE to the DIST target
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r589 r594  
    2121!include makefile_pre.mk
    2222
    23 dist: all wpi
     23all: dll $(BASE) allexe
    2424
    25 all: dll $(BASE) allexe
     25dist: all lxlite wpi
    2626
    2727# Only update resources
     
    5050wpi:
    5151   cd warpin
    52    $(MAKE) /NOLOGO /$(MAKEFLAGS) all
     52   $(MAKE) /NOLOGO /$(MAKEFLAGS) wpi
    5353   cd ..
    5454
Note: See TracChangeset for help on using the changeset viewer.