From 0815136a5f054f0da0343d46e85982a60bfa0b18 Mon Sep 17 00:00:00 2001 From: endolf Date: Sun, 14 May 2006 09:14:52 +0000 Subject: Merge revision 12 of oddlabs svn repo. Mac OS X: build.xml fix Windows: Fixed crash when Raw plugin fails to load Mac OS X: Tweak native libraries so only one library, libjinput-osx.jnilib contains both gcc 3 ppc code and gcc 4 i386 code. That way, we'll cover all releases and architectures with one native library instead of two git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@140 e343933a-64c8-49c5-92b1-88f2ce3e89e8 --- plugins/OSX/src/native/build.xml | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) (limited to 'plugins/OSX') diff --git a/plugins/OSX/src/native/build.xml b/plugins/OSX/src/native/build.xml index 9b338da..4c1a4ce 100644 --- a/plugins/OSX/src/native/build.xml +++ b/plugins/OSX/src/native/build.xml @@ -3,14 +3,15 @@ OSX JInput Native Plugin - - + + - - + + + @@ -24,44 +25,51 @@ - + - + - + - + - + - - + + - - + - - + + + + + + + + + + -- cgit v1.2.3