This repository has been archived on 2021-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
raylib-test/build_raylib.ps1
2021-11-18 14:20:46 +01:00

2 lines
No EOL
219 B
PowerShell

# Rebuild raylib
pushd .\raylib\src\ && mingw32-make clean RAYLIB_MODULE_RAYGUI=TRUE RAYLIB_MODULE_PHYSAC=true && mingw32-make RAYLIB_MODULE_RAYGUI=TRUE RAYLIB_MODULE_PHYSAC=true && copy .\libraylib.a ..\..\lib\ && popd