Skip to content

Commit

Permalink
move some easy-to-use build files for Mac OSX, Linux and Windows
Browse files Browse the repository at this point in the history
in the root directory.
  • Loading branch information
erwincoumans committed May 21, 2016
1 parent 2fc0358 commit 9bd88e5
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 313 deletions.
307 changes: 0 additions & 307 deletions CMakeLists.txt

This file was deleted.

4 changes: 0 additions & 4 deletions build3/xcode.command

This file was deleted.

7 changes: 7 additions & 0 deletions build_and_run_cmake.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
rm CMakeCache.txt
mkdir build_cmake
cd build_cmake
cmake ..
make -j12
examples/ExampleBrowser/App_ExampleBrowser
7 changes: 7 additions & 0 deletions build_and_run_premake.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
cd build3
./premake4_linux64 gmake
./premake4_osx gmake
cd gmake
make -j12
../../bin/App_BulletExampleBrowser_gmake_x64_release
5 changes: 3 additions & 2 deletions build3/vs2010.bat → build_visual_studio.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

rem premake4 --with-pe vs2010
rem premake4 --bullet2demos vs2010
cd build3
premake4 --targetdir="../bin" vs2010
rem premake4 --targetdir="../server2bin" vs2010
rem cd vs2010
Expand All @@ -13,6 +14,6 @@ rem cd vs2010
rem rename 0_Bullet3Solution.sln 0_client.sln
rem cd ..
rem rename vs2010 vs2010_client
start vs2010/0_Bullet3Solution.sln


pause
pause
5 changes: 5 additions & 0 deletions xcode.command
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

cd `dirname $0`
cd build3
./premake4_osx xcode4
open xcode4/0_Bullet3Solution.xcworkspace

0 comments on commit 9bd88e5

Please sign in to comment.