Dan Witte's windows build fixes.

This commit is contained in:
Anthony Green
2010-03-30 08:30:22 -04:00
parent 59a259f4d3
commit c0b69e57d5
10 changed files with 4717 additions and 7 deletions

View File

@@ -42,10 +42,7 @@
# format and translated into something sensible for cl or ml.
#
# Disable specific warnings, and enable warnings-as-errors so we catch any
# mistranslated args.
nowarn="-wd4127 -wd4820 -wd4706 -wd4100 -wd4255 -wd4668 -wd4053 -wd4324"
args="-nologo -W3 -WX $nowarn"
args="-nologo -W3"
md=-MD
cl="cl"
ml="ml"