Needed to add the default_library=static option for Windows, but I believe that fails on OSX.

This commit is contained in:
Zed A. Shaw 2024-04-25 03:45:13 -04:00
parent 53bc5c93ed
commit 98264d30f4
2 changed files with 19 additions and 0 deletions

17
sfmldemo/reset_build.ps1 Normal file
View file

@ -0,0 +1,17 @@
mv .\subprojects\packagecache .
rm -recurse -force .\subprojects\,.\builddir\
mkdir subprojects
mv .\packagecache .\subprojects\
mkdir builddir
meson wrap install flac
meson wrap install freetype2
meson wrap install imgui-sfml
meson wrap install imgui
meson wrap install libpng
meson wrap install ogg
meson wrap install openal-soft
meson wrap install sfml
meson wrap install vorbis
meson wrap install zlib
meson wrap install fmt
meson setup builddir