aboutsummaryrefslogtreecommitdiff
path: root/compiler/win_compile_example.cmd
blob: f5ef2e2c62076081d986fe232b3874d4ea4b25ac (plain)
1
2
3
4
5
6
7
8
9
10
@echo off
SET rebuild=--rebuild
CHOICE /M "Rebuild all?"
IF ERRORLEVEL 2 SET rebuild=
echo.
echo stack exec ldgallery-compiler-exe -- %rebuild% -i=../example/ -o=../example/out/
echo.
stack exec ldgallery-compiler-exe -- %rebuild% -i=../example/ -o=../example/out/
echo.
pause