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

2 lines
219 B
PowerShell
Raw Normal View History

2021-11-18 14:14:00 +01:00
# 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