aboutsummaryrefslogtreecommitdiff
path: root/compiler/win_compile_example.cmd
blob: 6e166f8e8b42b326e5ae13fa996d6cd2aa3d4964 (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/ -o=../example/out/
@pause