git repos / saland

embedded_libs/box2d-2.4.1/build.bat

browsing at commit = e3147b1cf6df8fba388a87a9a4b56d1594be0c2d

raw · blame · history

rem Use this batch file to build box2d for Visual Studio
rmdir /s /q build
mkdir build
cd build
cmake ..
cmake --build .
start box2d.sln