Files
dl/third/box2d/build.bat
T
2026-09-16 14:07:40 +08:00

8 lines
137 B
Batchfile
Vendored

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