From 23bf773dea111a1c72098be657f6cd1d20eb2834 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Mon, 27 Jun 2011 00:29:01 +0100 Subject: For an initial test, add 64 bit shared object bullet libraries built under Linux. These are not yet hooked up. I'm not sure which one you actually need, Robert, so please prune as appropriate. I haven't tested or hooked these up in any way yet. --- bin/libBulletCollision.so | Bin 0 -> 5511999 bytes bin/libBulletDynamics.so | Bin 0 -> 2105118 bytes bin/libBulletSoftBody.so | Bin 0 -> 1729907 bytes bin/libLinearMath.so | Bin 0 -> 589874 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 bin/libBulletCollision.so create mode 100755 bin/libBulletDynamics.so create mode 100755 bin/libBulletSoftBody.so create mode 100755 bin/libLinearMath.so (limited to 'bin') diff --git a/bin/libBulletCollision.so b/bin/libBulletCollision.so new file mode 100755 index 0000000..c7bed8d Binary files /dev/null and b/bin/libBulletCollision.so differ diff --git a/bin/libBulletDynamics.so b/bin/libBulletDynamics.so new file mode 100755 index 0000000..722bf7b Binary files /dev/null and b/bin/libBulletDynamics.so differ diff --git a/bin/libBulletSoftBody.so b/bin/libBulletSoftBody.so new file mode 100755 index 0000000..1b03e05 Binary files /dev/null and b/bin/libBulletSoftBody.so differ diff --git a/bin/libLinearMath.so b/bin/libLinearMath.so new file mode 100755 index 0000000..f7da5b2 Binary files /dev/null and b/bin/libLinearMath.so differ -- cgit v1.1