add GImpact and BulletSoftBody, until we have replacement (otherwise it prevents people from migrating to the github/Bullet3 repository)

This commit is contained in:
Erwin Coumans
2013-12-18 09:05:30 -08:00
parent 09ba86ea36
commit 222ecb156d
62 changed files with 23739 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
project "BulletSoftBody"
kind "StaticLib"
targetdir "../../lib"
includedirs {
"..",
}
files {
"**.cpp",
"**.h"
}