Remove a few build scripts, to focus on the main script with pybullet, double precision enabled by default, in addition VR for MSVC.

This commit is contained in:
Erwin Coumans 2017-02-22 05:38:03 -08:00
parent bf5f78f35a
commit bdf08335ee
4 changed files with 0 additions and 23 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
rm CMakeCache.txt
mkdir build_cmake
cd build_cmake
cmake -DBUILD_PYBULLET=OFF -DCMAKE_BUILD_TYPE=Release ..
make -j12
examples/ExampleBrowser/App_ExampleBrowser

View File

@ -1,7 +0,0 @@
#!/bin/sh
cd build3
./premake4_linux64 gmake
./premake4_osx gmake
cd gmake
make -j12 --double --enable_pybullet
../../bin/App_BulletExampleBrowser_gmake_x64_release

View File

@ -1,4 +0,0 @@
mkdir cm
cd cm
cmake -DBUILD_PYBULLET=ON -DCMAKE_BUILD_TYPE=Release -DUSE_DOUBLE_PRECISION=ON -DPYTHON_INCLUDE_DIR=c:\python-3.5.2\include -DPYTHON_LIBRARY=c:\python-3.5.2\libs\python35.lib -DPYTHON_DEBUG_LIBRARY=c:\python-3.5.2\libs\python35_d.lib ..
start .

View File

@ -1,5 +0,0 @@
cd build3
premake4 --targetdir="../bin" vs2010
start vs2010