|
From: <eli...@us...> - 2006-07-12 19:07:49
|
Revision: 2500 Author: elias_naur Date: 2006-07-12 12:07:20 -0700 (Wed, 12 Jul 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2500&view=rev Log Message: ----------- Windows: Fix double compiler flag Modified Paths: -------------- trunk/LWJGL/platform_build/windows_ant/build.xml Modified: trunk/LWJGL/platform_build/windows_ant/build.xml =================================================================== --- trunk/LWJGL/platform_build/windows_ant/build.xml 2006-07-12 18:32:58 UTC (rev 2499) +++ trunk/LWJGL/platform_build/windows_ant/build.xml 2006-07-12 19:07:20 UTC (rev 2500) @@ -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 /c"/> + <arg line="/Ox /Wp64 /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"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |