removed /Wp64 command line argument - deprecated as of VS express 2008

This commit is contained in:
Brian Matzon 2008-01-21 22:19:25 +00:00
parent 31669b02ec
commit b20ae3c6da
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<target name="compile_dir">
<apply dir="." failonerror="true" executable="cl" dest="." skipemptyfilesets="true">
<arg line="/Ox /Wp64 /W2 /nologo /Ox /Ob2 /Oi /Ot /Oy /FD /EHsc /MT /Gy /W2 /nologo /c"/>
<arg line="/Ox /W2 /nologo /Ox /Ob2 /Oi /Ot /Oy /FD /EHsc /MT /Gy /W2 /nologo /c"/>
<arg value="/I${sdkhome}\include"/>
<arg value="/I${dxhome}\include"/>
<arg value="/I${alhome}\include"/>