move build to build3 to avoid naming conflict with Bullet 2.x

fix build error in BasicGpuDemo
Thanks to joen66 for the report here:
https://github.com/erwincoumans/bullet3/issues/5
This commit is contained in:
erwincoumans
2013-06-19 14:54:28 -07:00
parent 596cc95163
commit 7561e6a4f9
18 changed files with 2 additions and 1 deletions

7
build3/bin2cpp.bat Normal file
View File

@@ -0,0 +1,7 @@
rem @echo off
premake4 --file=bin2cpp.lua --binfile="../btgui/FontFiles/OpenSans.ttf" --cppfile="../btgui/FontFiles/OpenSans.cpp" --stringname="OpenSansData" bin2cpp
pause