move some easy-to-use build files for Mac OSX, Linux and Windows
in the root directory.
This commit is contained in:
7
build_and_run_premake.sh
Executable file
7
build_and_run_premake.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
cd build3
|
||||
./premake4_linux64 gmake
|
||||
./premake4_osx gmake
|
||||
cd gmake
|
||||
make -j12
|
||||
../../bin/App_BulletExampleBrowser_gmake_x64_release
|
||||
Reference in New Issue
Block a user