fix compile issues

This commit is contained in:
Erwin Coumans
2016-05-26 19:22:26 -07:00
parent 098e0158ea
commit de9bd65c19
4 changed files with 25 additions and 9 deletions

View File

@@ -105,6 +105,17 @@
description = "Do not build bullet3 libs"
}
newoption
{
trigger = "double",
description = "Double precision version of Bullet"
}
if _OPTIONS["double"] then
defines {"BT_USE_DOUBLE_PRECISION"}
end
configurations {"Release", "Debug"}
configuration "Release"
flags { "Optimize", "EnableSSE2","StaticRuntime", "NoMinimalRebuild", "FloatFast"}