aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorendolf <[email protected]>2003-10-03 20:15:06 +0000
committerendolf <[email protected]>2003-10-03 20:15:06 +0000
commit5a531fc432cb69e2b3f37421b3df5394b65efca2 (patch)
tree57ce05cdb41dbad4c188cdeec806ac87023dfaf7 /plugins
parentad2792c3bdd53de1e0b3b78b4c15cb60f8d15ef5 (diff)
Added windows 98 to build options as jinput will work with it.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@50 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'plugins')
-rw-r--r--plugins/DX8/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DX8/build.xml b/plugins/DX8/build.xml
index 9284ba3..0a4759b 100644
--- a/plugins/DX8/build.xml
+++ b/plugins/DX8/build.xml
@@ -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"/>