Changeset 1003
- Timestamp:
- Apr 18, 2008, 6:42:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r987 r1003 37 37 # 05 Jan 08 SHL Sync with .c renames 38 38 # 22 Feb 08 JBS Suppress lxlite processing when DEBUG=1 39 # 01 Mar 08 SHL Add missing dependencies. Add WARNALL support 39 40 40 41 # Environment: 41 42 42 43 # DEBUG - not defined = release build, defined = debug build 44 # WARNALL - add more warnings if defined 43 45 44 46 BASE = fm3dll … … 73 75 DEBUG_OPT = DEBUG=$(DEBUG) # set in case needed by sub-make 74 76 !endif 77 !endif 78 79 !ifdef %WARNALL # if defined in environment 80 WARNALL = $(%WARNALL) # use value from environment 75 81 !endif 76 82 … … 110 116 !endif 111 117 118 !ifdef WARNALL 119 CFLAGS += -wcd14 -wcd726 120 !endif 121 112 122 # for fm3res only 113 123 CFLAGSR = -bt=os2 -mf -bd -bm -olirs -s -j -we -wx -zfp -zgp -zp4 -zq … … 295 305 ipf: ipf\fm3.hlp .symbolic 296 306 297 ipf\fm3.hlp: 307 ipf\fm3.hlp: ipf\*.ipf ipf\bitmaps\*.bmp ipf\makefile 298 308 cd ipf 299 309 $(MAKE) $(__MAKEOPTS__) $(DEBUG_OPT) fm3.hlp
Note:
See TracChangeset
for help on using the changeset viewer.
