mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-11 03:09:57 +01:00
Added windows 98 to build options as jinput will work with it.
This commit is contained in:
parent
9d6240f1b3
commit
dadac91706
|
|
@ -38,7 +38,7 @@
|
|||
<exclude name="com/foo/somepackage/"/>
|
||||
-->
|
||||
</javac>
|
||||
<exec dir="." executable="g++" os="Windows 2000, Windows XP">
|
||||
<exec dir="." executable="g++" os="Windows 2000, Windows XP, Windows 98">
|
||||
<arg line=" -D_STRICT_ANSI -D_JNI_IMPLEMENTATION_"/>
|
||||
<arg line=" -I'${java.home}/../include' -I'${java.home}/../include/win32' -Ic:/dx9/include"/>
|
||||
<arg line=" -o bin/dxinput.dll src/native/input.cpp -Wl,--export-all-symbols"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue