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

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