comparison makefile.vac @ 1588:623a42cf06f4

Remove warning options from VAC makefile... VAC generates tons of warnings on perfectly valid code causing readability issues. Will use gcc's warnings to validate the code since VAC is very ineffective at doing this.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 28 Jan 2012 23:19:56 +0000
parents e79cf0d73caf
children 6baf177f335c
comparison
equal deleted inserted replaced
1587:34d970f3ff23 1588:623a42cf06f4
8 .\dw.dll \ 8 .\dw.dll \
9 .\dwcompat.dll \ 9 .\dwcompat.dll \
10 .\dwtest.exe 10 .\dwtest.exe
11 11
12 .c.obj: 12 .c.obj:
13 icc.exe /DOS2 /DTCPV40HDRS /DBUILD_DLL /DVER_REV=$(VERREV) /I. /Tm+ /Tdc /Ss /Wprorearet /Wpro+ /V"Dynamic Windows Compatibility" /Ti /Gm /Gd- /G5 /Ge- /C /W3 /Wini+ /Wpar+ /Wpro+ /Wuse+ %s 13 icc.exe /DOS2 /DTCPV40HDRS /DBUILD_DLL /DVER_REV=$(VERREV) /I. /Tm+ /Tdc /Ss /V"Dynamic Windows Compatibility" /Ti /Gm /Gd- /G5 /Ge- /C /W3 %s
14 14
15 .\dw.dll: \ 15 .\dw.dll: \
16 .\os2\dw.obj 16 .\os2\dw.obj
17 @echo " Link::Linker " 17 @echo " Link::Linker "
18 icc.exe @<< 18 icc.exe @<<