- Timestamp:
- Jun 18, 2005, 5:54:59 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r146 r220 7 7 # 23 May 05 SHL Drop saymsg 8 8 # 24 May 05 SHL Add clean and cleanobj targets 9 # 06 Jun 05 SHL Add warnings enable (WARN) 9 10 10 11 # Warning - missing many *.h dependencies … … 13 14 14 15 # DEBUG 0 = release build, 1 = debug build 16 # WARN define for verbose compile time warnings 15 17 16 18 BASE=fm3dll … … 26 28 !ENDIF 27 29 30 !IFNDEF WARN 28 31 CFLAGS = /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 37 CFLAGSW = /Wcmp /Wcnd- /Wcns /Wcnv- /Weff /Wext- /Wini /Wobs /Wpor /Wpro /Wrea /Wret /Wtrd- /Wuni- /Wuse 38 CFLAGS = /G5 /Ge- /Gm+ /Gs- /Gt- /Mp /O- /Q+ /Sp4 /Ss /Ti+ /W3 $(CFLAGSW) 39 !ENDIF 40 41 # Enable this for more warnng 42 29 43 # for fm3res only 30 44 CFLAGSR = /G5 /Ge- /Gs+ /O+ /Rn /Ss /W3
Note:
See TracChangeset
for help on using the changeset viewer.