|
From: <eli...@us...> - 2008-11-24 10:06:35
|
Revision: 3155
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3155&view=rev
Author: elias_naur
Date: 2008-11-24 10:06:29 +0000 (Mon, 24 Nov 2008)
Log Message:
-----------
Removed dinput references from mingw build.xml
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 2008-11-23 13:08:41 UTC (rev 3154)
+++ trunk/LWJGL/platform_build/mingw_ant/build.xml 2008-11-24 10:06:29 UTC (rev 3155)
@@ -48,7 +48,7 @@
</target>
<target name="compile">
- <property name="libs" value="-lKernel32 -lole32 -ldinput -ldxguid -lOpenGL32 -lVersion -luser32 -lGdi32 -lAdvapi32 -ljawt -lwinmm"/>
+ <property name="libs" value="-lKernel32 -lole32 -lOpenGL32 -lVersion -luser32 -lGdi32 -lAdvapi32 -ljawt -lwinmm"/>
<antcall target="compile_dir"/>
<antcall target="link"/>
<apply dir="." executable="${strip}">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|