From 616f3844b67fbd840753bb8fcf8c8dda04a36cba Mon Sep 17 00:00:00 2001 From: Mic Bowman Date: Mon, 11 Jul 2011 15:24:23 -0700 Subject: [PATCH 1/3] Moved ConvexDecompositionDotNet.dll to bin directory to fix picky references on Linux --- prebuild.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prebuild.xml b/prebuild.xml index 63590c85b7..66ecfd9940 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -637,12 +637,12 @@ - ../../../../bin/Physics/ + ../../../../bin/ - ../../../../bin/Physics/ + ../../../../bin/ From 38f0cf4bf41c8d7a5721dee9bd756f7bfa322d1f Mon Sep 17 00:00:00 2001 From: Dan Lake Date: Mon, 11 Jul 2011 15:24:23 -0700 Subject: [PATCH 2/3] Moved ConvexDecompositionDotNet.dll to bin directory to fix picky references on Linux --- prebuild.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prebuild.xml b/prebuild.xml index 63590c85b7..66ecfd9940 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -637,12 +637,12 @@ - ../../../../bin/Physics/ + ../../../../bin/ - ../../../../bin/Physics/ + ../../../../bin/ From 1f3e42adf37c3ae9523202cc22b3c23609dfc283 Mon Sep 17 00:00:00 2001 From: Mic Bowman Date: Tue, 12 Jul 2011 11:14:48 -0700 Subject: [PATCH 3/3] reorder bulletsim and convex decomposition projects in prebuild.xml. seems to fix the build on mono/linux. --- prebuild.xml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/prebuild.xml b/prebuild.xml index 66ecfd9940..356c4b0f1b 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -601,6 +601,31 @@ + + + + ../../../../bin/ + + + + + ../../../../bin/ + + + + ../../../../bin/ + + + + + + + + + + + + @@ -634,31 +659,6 @@ - - - - ../../../../bin/ - - - - - ../../../../bin/ - - - - ../../../../bin/ - - - - - - - - - - - -