From 356bbf2bd325380e16fd77d34fffd084dc1c0928 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Mon, 17 Oct 2005 22:56:23 +0000 Subject: Merged changes from dev-1_4 branch into the main trunk. NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@445 ba19aa83-45c5-6ac9-afd3-db810772062c --- src/native/share/build-linux-amd64.xml | 2 +- src/native/share/build-linux-i586.xml | 2 +- src/native/share/build-linux-ia64.xml | 2 +- src/native/share/build-linux-ppc.xml | 54 ++++++++++++++++ src/native/share/build-solaris-sparc-forte.xml | 4 +- src/native/share/build-solaris-sparc-gcc.xml | 4 +- src/native/share/build-solaris-x86-forte.xml | 86 ++++++++++++++++++++++++++ src/native/share/build-solaris-x86-gcc.xml | 86 ++++++++++++++++++++++++++ 8 files changed, 233 insertions(+), 7 deletions(-) create mode 100644 src/native/share/build-linux-ppc.xml create mode 100644 src/native/share/build-solaris-x86-forte.xml create mode 100644 src/native/share/build-solaris-x86-gcc.xml (limited to 'src/native/share') diff --git a/src/native/share/build-linux-amd64.xml b/src/native/share/build-linux-amd64.xml index d3ff24b..5f49d61 100644 --- a/src/native/share/build-linux-amd64.xml +++ b/src/native/share/build-linux-amd64.xml @@ -27,7 +27,7 @@ - + diff --git a/src/native/share/build-linux-i586.xml b/src/native/share/build-linux-i586.xml index 61d4434..29ee376 100644 --- a/src/native/share/build-linux-i586.xml +++ b/src/native/share/build-linux-i586.xml @@ -27,7 +27,7 @@ - + diff --git a/src/native/share/build-linux-ia64.xml b/src/native/share/build-linux-ia64.xml index 8188048..2457b35 100644 --- a/src/native/share/build-linux-ia64.xml +++ b/src/native/share/build-linux-ia64.xml @@ -27,7 +27,7 @@ - + diff --git a/src/native/share/build-linux-ppc.xml b/src/native/share/build-linux-ppc.xml new file mode 100644 index 0000000..50154d6 --- /dev/null +++ b/src/native/share/build-linux-ppc.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/native/share/build-solaris-sparc-forte.xml b/src/native/share/build-solaris-sparc-forte.xml index 3ffe83f..43b2ee1 100644 --- a/src/native/share/build-solaris-sparc-forte.xml +++ b/src/native/share/build-solaris-sparc-forte.xml @@ -27,7 +27,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/src/native/share/build-solaris-sparc-gcc.xml b/src/native/share/build-solaris-sparc-gcc.xml index f179591..afe17b4 100644 --- a/src/native/share/build-solaris-sparc-gcc.xml +++ b/src/native/share/build-solaris-sparc-gcc.xml @@ -27,7 +27,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/src/native/share/build-solaris-x86-forte.xml b/src/native/share/build-solaris-x86-forte.xml new file mode 100644 index 0000000..8f72eb7 --- /dev/null +++ b/src/native/share/build-solaris-x86-forte.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/native/share/build-solaris-x86-gcc.xml b/src/native/share/build-solaris-x86-gcc.xml new file mode 100644 index 0000000..01ffdc4 --- /dev/null +++ b/src/native/share/build-solaris-x86-gcc.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3