| 
      
      
      From: <eli...@us...> - 2007-12-04 11:47:21
      
     | 
| Revision: 2927
          http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=2927&view=rev
Author:   elias_naur
Date:     2007-12-04 03:47:08 -0800 (Tue, 04 Dec 2007)
Log Message:
-----------
Windows: Removed unused library path from mingw build script
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	2007-12-04 10:58:10 UTC (rev 2926)
+++ trunk/LWJGL/platform_build/mingw_ant/build.xml	2007-12-04 11:47:08 UTC (rev 2927)
@@ -34,7 +34,6 @@
 			<arg line="-shared -o ${dllname}"/>
 			<srcfile/>
 			<arg value="-L${java.home}/../lib"/>
-			<arg value="-L${dxhome}/lib/x86"/>
 			<arg value="-L${alhome}/libs"/>
 			<arg line="${libs}"/>
 			<fileset dir="." includes="*.o"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |