Add the stupid setup and reset scripts for windows.

This commit is contained in:
Zed A. Shaw 2024-05-05 04:09:09 -04:00
parent 67cbd430bf
commit a3209606ef
2 changed files with 17 additions and 0 deletions

10
PPP3/reset_build.ps1 Normal file
View file

@ -0,0 +1,10 @@
mv .\subprojects\packagecache .
rm -recurse -force .\subprojects\,.\builddir\
mkdir subprojects
mv .\packagecache .\subprojects\
mkdir builddir
meson wrap install fmt
meson wrap install sqlite3
meson wrap install sqlitecpp
meson wrap install ftxui
meson setup -Ddefault_library=static builddir