From d4307428c4cd5266bb4cf1bbdb5bdfb41f651640 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sun, 12 Nov 2006 06:19:52 +0000 Subject: [PATCH] =?UTF-8?q?Added=20GIMPACT=20integration=20for=20moving=20?= =?UTF-8?q?concave=20meshes=20(interaction=20with=20all=20other=20Bullet?= =?UTF-8?q?=20collision=20shapes)=20Thanks=20a=20lot=20to=20Francisco=20Le?= =?UTF-8?q?=C3=B3n=20N=C3=A1jera=20for=20the=20contribution!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Extras/GIMPACT/Jamfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Extras/GIMPACT/Jamfile diff --git a/Extras/GIMPACT/Jamfile b/Extras/GIMPACT/Jamfile new file mode 100644 index 000000000..062b9eb1a --- /dev/null +++ b/Extras/GIMPACT/Jamfile @@ -0,0 +1,10 @@ +SubDir TOP Extras GIMPACT ; + +IncludeDir Extras/GIMPACT ; + +Library GIMPACT : [ Wildcard *.h *.cpp ] ; +CFlags GIMPACT : [ FIncludes $(TOP)/Extras/GIMPACT/include ] ; +LibDepends GIMPACT : ; + + +InstallHeader [ Wildcard *.h ] : GIMPACT ;