aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/win_compile_example.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/win_compile_example.cmd b/scripts/win_compile_example.cmd
index e89b302..1226269 100644
--- a/scripts/win_compile_example.cmd
+++ b/scripts/win_compile_example.cmd
@@ -3,8 +3,8 @@ SET rebuild=--rebuild
3CHOICE /M "Rebuild all ('--rebuild' argument)?" 3CHOICE /M "Rebuild all ('--rebuild' argument)?"
4IF ERRORLEVEL 2 SET rebuild= 4IF ERRORLEVEL 2 SET rebuild=
5echo. 5echo.
6cd ..\compiler\
6 7
7@echo on 8@echo on
8cd ..\compiler\ 9stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/
9stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/ -o=../example/out/
10@pause 10@pause