diff options
author | endolf <[email protected]> | 2003-07-31 18:46:47 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2003-07-31 18:46:47 +0000 |
commit | 878c5df2d77ce39aac091ede505a3dd94d897dd7 (patch) | |
tree | f15adee0c8efdf9a5830ba50cacd1e70bdee1154 /plugins/linux/src | |
parent | 5c35d9c85a3b151e3c81875c968b649e6a209e15 (diff) |
no message
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@22 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'plugins/linux/src')
-rw-r--r-- | plugins/linux/src/native/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/linux/src/native/build.xml b/plugins/linux/src/native/build.xml index d840646..f25975c 100644 --- a/plugins/linux/src/native/build.xml +++ b/plugins/linux/src/native/build.xml @@ -41,14 +41,14 @@ </target> <target name="compileNativeEventLib" depends="init"> - <exec dir="." executable="g++" os="linux"> + <exec dir="." executable="g++" os="Linux"> <arg line="--shared -o libeventInterface.so eventInterface.cpp EventDevice.cpp"/> </exec> </target> <target name="compileNativeJinputLib" depends="init"> - <exec dir="." executable="g++"> - <arg line="-I$JAVA_HOME/include -I$JAVA_HOME/include/linux --shared -o libjinput.so jinput.cpp eventInterface.cpp EventDevice.cpp joystickInterface.cpp JoystickDevice.cpp MixedDevice.cpp"/> + <exec dir="." executable="g++" os="Linux"> + <arg line="-I${java.home}/include -I${java.home}/include/linux --shared -o libjinput.so jinput.cpp eventInterface.cpp EventDevice.cpp joystickInterface.cpp JoystickDevice.cpp MixedDevice.cpp"/> </exec> </target> </project> |