Added windows 98 to build options as jinput will work with it.

This commit is contained in:
endolf 2003-10-03 20:15:06 +00:00
parent 9d6240f1b3
commit dadac91706

View file

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