mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-30 04:14:26 +01:00
g++ rather than gcc is needed to build C++ files, and added windows xp to the list of OSs to build the native library on.
This commit is contained in:
parent
acb4dbdb0c
commit
597fd338dd
|
|
@ -38,7 +38,7 @@
|
|||
<exclude name="com/foo/somepackage/"/>
|
||||
-->
|
||||
</javac>
|
||||
<exec dir="." executable="gcc" os="Windows 2000">
|
||||
<exec dir="." executable="g++" os="Windows 2000, Windows XP">
|
||||
<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