aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/DX8
diff options
context:
space:
mode:
authorendolf <[email protected]>2003-07-31 18:31:33 +0000
committerendolf <[email protected]>2003-07-31 18:31:33 +0000
commit9166957ae68c5ec091d5849b3c0ff228e31ed78f (patch)
tree1a3ad36d390ab121824720504224f1e6dcca81a2 /plugins/DX8
parent1deda4adfac6353ae7dd2187ac86e53206f94341 (diff)
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.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@20 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'plugins/DX8')
-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 32001e1..1bc1697 100644
--- a/plugins/DX8/build.xml
+++ b/plugins/DX8/build.xml
@@ -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"/>