Changeset 1613


Ignore:
Timestamp:
Aug 12, 2011, 9:59:41 AM (14 years ago)
Author:
Steven Levine
Message:

Sort map

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile_pre.mk

    r1576 r1613  
    33
    44# Copyright (c) 1993-98 M. Kimes
    5 # Copyright (c) 2002, 2010 Steven H. Levine
     5# Copyright (c) 2002, 2011 Steven H. Levine
    66
    7 # 01 Sep 06 SHL Adjust .res case
    8 # 02 Jun 07 SHL Convert to OpenWatcom
    9 # 27 Jun 07 SHL Use same CFLAGS for all builds
    10 # 27 Jun 07 SHL Allow DEBUG set from command line or environment
    11 # 03 Jul 07 SHL Change DEBUG semantics to ifdef/ifndef
    12 # 04 Jul 07 SHL Pass DEBUG settings to sub-make
    13 # 22 Sep 07 SHL Switch to 4 byte packing (-zp4)
    14 # 26 Sep 07 SHL Support USE_WRC from environment
    157# 03 Jan 08 SHL Switch to wrc.exe default; support USE_RC from environment
    168# 23 Jan 08 JBS Add support for building SYM files (Ticket 226)
     
    2214# 13 Apr 10 SHL Drop HIMEM support
    2315# 21 Jun 11 GKY Add exceptq .xqs support
     16# 2011-07-01 SHL sort map
    2417
    2518# Environment: see dll\makefile
     
    113106!endif
    114107
    115 LFLAGS = sys os2v2_pm op quiet op verbose op cache op caseexact op map
     108LFLAGS = sys os2v2_pm op quiet op verbose op cache op caseexact op map sort global
    116109!ifdef DEBUG
    117110CFLAGS += -d$DEBUG_OPT
Note: See TracChangeset for help on using the changeset viewer.