Changeset 1614 for trunk/dll


Ignore:
Timestamp:
Aug 12, 2011, 10:01:22 AM (14 years ago)
Author:
Steven Levine
Message:

Sort map

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1597 r1614  
    3939# 09 Feb 11 SHL Add exceptq .xqs support
    4040# 21 Jun 11 GKY Make high memory builds the default
     41# 01 Jul 11 SHL sort map
    4142# 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow.
    4243# 04 Jul 11 GKY Add eFTE backup files (*~) to clean target
     
    143144CFLAGSR = -bt=os2 -mf -bd -bm         -olirs -s     -j -we -wx -zfp -zgp -zp4 -zq
    144145
     146LFLAGS = sys os2v2_dll initinstance terminstance op quiet op verbose op cache &
     147         op caseexact op implib op map sort global
     148
    145149!ifdef DEBUG
    146 LFLAGS = sys os2v2_dll initinstance terminstance op quiet op verbose op cache &
    147          op caseexact op implib op map debug dwarf all
    148 !else
    149 LFLAGS = sys os2v2_dll initinstance terminstance op quiet op verbose op cache &
    150          op caseexact op implib op map
     150LFLAGS += debug dwarf all
    151151!endif
    152152
Note: See TracChangeset for help on using the changeset viewer.