Changeset 1613
- Timestamp:
- Aug 12, 2011, 9:59:41 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/makefile_pre.mk (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile_pre.mk
r1576 r1613 3 3 4 4 # Copyright (c) 1993-98 M. Kimes 5 # Copyright (c) 2002, 201 0Steven H. Levine5 # Copyright (c) 2002, 2011 Steven H. Levine 6 6 7 # 01 Sep 06 SHL Adjust .res case8 # 02 Jun 07 SHL Convert to OpenWatcom9 # 27 Jun 07 SHL Use same CFLAGS for all builds10 # 27 Jun 07 SHL Allow DEBUG set from command line or environment11 # 03 Jul 07 SHL Change DEBUG semantics to ifdef/ifndef12 # 04 Jul 07 SHL Pass DEBUG settings to sub-make13 # 22 Sep 07 SHL Switch to 4 byte packing (-zp4)14 # 26 Sep 07 SHL Support USE_WRC from environment15 7 # 03 Jan 08 SHL Switch to wrc.exe default; support USE_RC from environment 16 8 # 23 Jan 08 JBS Add support for building SYM files (Ticket 226) … … 22 14 # 13 Apr 10 SHL Drop HIMEM support 23 15 # 21 Jun 11 GKY Add exceptq .xqs support 16 # 2011-07-01 SHL sort map 24 17 25 18 # Environment: see dll\makefile … … 113 106 !endif 114 107 115 LFLAGS = sys os2v2_pm op quiet op verbose op cache op caseexact op map 108 LFLAGS = sys os2v2_pm op quiet op verbose op cache op caseexact op map sort global 116 109 !ifdef DEBUG 117 110 CFLAGS += -d$DEBUG_OPT
Note:
See TracChangeset
for help on using the changeset viewer.
