Torque3D/Engine/lib/bullet/build_and_run_premake.sh
2022-05-13 23:42:41 -04:00

8 lines
138 B
Bash
Executable file

#!/bin/sh
cd build3
./premake4_linux64 gmake
./premake4_osx gmake
cd gmake
make -j12
../../bin/App_BulletExampleBrowser_gmake_x64_release