mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Removed dinput references from mingw build.xml
This commit is contained in:
parent
2df7515023
commit
ac74840f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue