Changeset 714
- Timestamp:
- Jun 28, 2007, 5:35:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile_pre.mk
r706 r714 4 4 # 01 Sep 06 SHL Adjust .res case 5 5 # 02 Jun 07 SHL Convert to OpenWatcom 6 # 27 Jun 07 SHL Use same CFLAGS for all builds 6 7 7 8 CC = wcc386 … … 10 11 # fixme for wrc to build working .res 11 12 # fixme for wrc to not clobber bldlevel strings 13 14 !ifndef USE_WRC 12 15 USE_WRC = 0 16 !endif 13 17 14 18 !if $(USE_WRC) … … 41 45 # -zq quiet 42 46 43 !ifdef %DEBUG 47 # We always compile with debug info to avoid needed a full rebuild just to debug 44 48 CFLAGS = -bt=os2 -mf -bm -d2 -olirs -s -j -wx -zfp -zgp -zq -hd 45 !else46 CFLAGS = -bt=os2 -mf -bm -d1 -olirs -s -j -wx -zfp -zgp -zq -hd47 !endif48 49 49 50 !ifdef %DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.