add zlib/minizip so we can load compressed data (github/git is bad in handling large binary files)

This commit is contained in:
Erwin Coumans
2014-02-04 13:39:55 -08:00
parent e4e2cb0d39
commit 94db38358c
38 changed files with 18842 additions and 2 deletions

View File

@@ -24,7 +24,13 @@ function createProject(vendor)
-- "Bullet3Geometry",
"Bullet3Common"
}
--you can comment out the following few lines, then you need to unzip the untest_data.zip manually
defines {"B3_USE_ZLIB"}
files {
"../../btgui/minizip/*.c",
"../../btgui/zlib/*.c",
}
files {
"**.cpp",