Ignore:
Timestamp:
Feb 11, 2004, 10:54:54 AM (22 years ago)
Author:
bird
Message:

Adjusted lxlite flags sligtly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.44 to 1.45
    r1217 r1218  
    145145# URG! we must not do this for ldstub.bin!
    146146ifeq ($(MODE),opt)
     147LXLITE.FLAGS = /F+ /AP:4096 /MRN /MLN /MF1
    147148DO.LINK.exe += $(if $(findstring .exe,$@), $(NL)cp $@ $(basename $@).dbg $(NL)lxlite /X /AS $(subst /,\\,$@))
    148 DO.LINK.dll += $(NL)cp $@ $(basename $@).dbg $(NL)lxlite /F+ /AP:4096 /MRN /MLN /MF3 $(subst /,\\,$@)
     149DO.LINK.dll += $(NL)cp $@ $(basename $@).dbg $(NL)lxlite $(LXLITE.FLAGS) $(subst /,\\,$@)
    149150endif
    150151
Note: See TracChangeset for help on using the changeset viewer.