Changeset 220 for trunk/dll


Ignore:
Timestamp:
Jun 18, 2005, 5:54:59 AM (20 years ago)
Author:
root
Message:

Add warnings enable (WARN)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r146 r220  
    77# 23 May 05 SHL Drop saymsg
    88# 24 May 05 SHL Add clean and cleanobj targets
     9# 06 Jun 05 SHL Add warnings enable (WARN)
    910
    1011# Warning - missing many *.h dependencies
     
    1314
    1415#   DEBUG       0 = release build, 1 = debug build
     16#   WARN        define for verbose compile time warnings
    1517
    1618BASE=fm3dll
     
    2628!ENDIF
    2729
     30!IFNDEF WARN
    2831CFLAGS =  /G5 /Ge- /Gm+ /Gs- /Gt- /Mp /O- /Q+ /Sp4 /Ss /Ti+ /W3
     32!ELSE
     33# /Wcnd- suppresses EDC0425
     34# /Wuni is easily confused by if statements
     35# /Word is too easily confused by PM macros
     36# CFLAGSW = /Wcmp /Wcnd- /Wcns /Wcnv- /Weff /Wext- /Wini /Wobs /Wpor /Wpro /Wrea /Wret /Wtrd- /Wuni- /Wuse
     37CFLAGSW = /Wcmp /Wcnd- /Wcns /Wcnv- /Weff /Wext- /Wini /Wobs /Wpor /Wpro /Wrea /Wret /Wtrd- /Wuni- /Wuse
     38CFLAGS =  /G5 /Ge- /Gm+ /Gs- /Gt- /Mp /O- /Q+ /Sp4 /Ss /Ti+ /W3 $(CFLAGSW)
     39!ENDIF
     40
     41# Enable this for more warnng
     42
    2943# for fm3res only
    3044CFLAGSR = /G5 /Ge- /Gs+ /O+ /Rn /Ss /W3
Note: See TracChangeset for help on using the changeset viewer.