|
From: <eli...@us...> - 2006-07-15 23:04:15
|
Revision: 2527 Author: elias_naur Date: 2006-07-15 16:04:07 -0700 (Sat, 15 Jul 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2527&view=rev Log Message: ----------- Windows: mingw path fixes Modified Paths: -------------- trunk/LWJGL/platform_build/mingw_ant/build.xml Modified: trunk/LWJGL/platform_build/mingw_ant/build.xml =================================================================== --- trunk/LWJGL/platform_build/mingw_ant/build.xml 2006-07-15 21:44:59 UTC (rev 2526) +++ trunk/LWJGL/platform_build/mingw_ant/build.xml 2006-07-15 23:04:07 UTC (rev 2527) @@ -34,10 +34,10 @@ <arg value="-Wl,--kill-at"/> <arg line="-shared -o ${dllname}"/> <srcfile/> - <arg value="-L${java.home}\..\lib"/> - <arg value="-L${dxhome}\lib\x86"/> - <arg value="-L${sdkhome}\lib"/> - <arg value="-L${alhome}\libs"/> + <arg value="-L${java.home}/../lib"/> + <arg value="-L${dxhome}/lib/x86"/> + <arg value="-L${sdkhome}/lib"/> + <arg value="-L${alhome}/libs"/> <arg line="${libs}"/> <fileset dir="." includes="*.o"/> </apply> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |