aboutsummaryrefslogtreecommitdiff
path: root/scripts/win_compile_example.cmd
blob: 1226269e969589119c8721878b404b98836beeb2 (plain)
1
2
3
4
5
6
7
8
9
10
@echo off
SET rebuild=--rebuild
CHOICE /M "Rebuild all ('--rebuild' argument)?"
IF ERRORLEVEL 2 SET rebuild=
echo.
cd ..\compiler\

@echo on
stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/
@pause