aboutsummaryrefslogtreecommitdiff
path: root/scripts/win_compile_example.cmd
blob: 35134c088e654a306dcf589ffbc8b0fa33eba186 (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 -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/
@pause