aboutsummaryrefslogtreecommitdiff
path: root/scripts/win_compile_example.cmd
blob: e89b3024909dbbb996fe7ee4fbac2de55230db11 (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.

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