Changeset 1474 for trunk/makefile


Ignore:
Timestamp:
Oct 26, 2009, 12:22:14 AM (16 years ago)
Author:
Gregg Young
Message:

Add disth target for building HIMEM release packages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r1439 r1474  
    5454
    5555dist: all syms lxlite wpi .symbolic
     56
     57disth: $(BASE) allexe highmem syms lxlite wpi .symbolic
    5658
    5759# Only update resources
     
    117119!ifndef DEBUG
    118120  cd dll
    119   $(MAKE) -h $(__MAKEOPTS__) $(DEBUG_OPT) $(FORTIFY_OPT) lxlite
     121  $(MAKE) -h lxlite
     122#  $(MAKE) -h $(__MAKEOPTS__) $(DEBUG_OPT) $(FORTIFY_OPT) lxlite
    120123  cd ..
    121124!endif
Note: See TracChangeset for help on using the changeset viewer.