Changeset 1003


Ignore:
Timestamp:
Apr 18, 2008, 6:42:15 PM (18 years ago)
Author:
Steven Levine
Message:

Add missing dependencies. Add WARNALL support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r987 r1003  
    3737# 05 Jan 08 SHL Sync with .c renames
    3838# 22 Feb 08 JBS Suppress lxlite processing when DEBUG=1
     39# 01 Mar 08 SHL Add missing dependencies.  Add WARNALL support
    3940
    4041# Environment:
    4142
    4243# DEBUG - not defined = release build, defined = debug build
     44# WARNALL - add more warnings if defined
    4345
    4446BASE = fm3dll
     
    7375DEBUG_OPT = DEBUG=$(DEBUG)      # set in case needed by sub-make
    7476!endif
     77!endif
     78
     79!ifdef %WARNALL                 # if defined in environment
     80WARNALL = $(%WARNALL)           # use value from environment
    7581!endif
    7682
     
    110116!endif
    111117
     118!ifdef WARNALL
     119CFLAGS += -wcd14 -wcd726
     120!endif
     121
    112122# for fm3res only
    113123CFLAGSR = -bt=os2 -mf -bd -bm         -olirs -s     -j -we -wx -zfp -zgp -zp4 -zq
     
    295305ipf: ipf\fm3.hlp .symbolic
    296306
    297 ipf\fm3.hlp:
     307ipf\fm3.hlp: ipf\*.ipf ipf\bitmaps\*.bmp ipf\makefile
    298308  cd ipf
    299309  $(MAKE) $(__MAKEOPTS__) $(DEBUG_OPT) fm3.hlp
Note: See TracChangeset for help on using the changeset viewer.