Removed dinput references from mingw build.xml

This commit is contained in:
Elias Naur 2008-11-24 10:06:29 +00:00
parent 2df7515023
commit ac74840f8d
1 changed files with 1 additions and 1 deletions

View File

@ -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}">