diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/win_compile_example.cmd | 4 |
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 | |||
3 | CHOICE /M "Rebuild all ('--rebuild' argument)?" | 3 | CHOICE /M "Rebuild all ('--rebuild' argument)?" |
4 | IF ERRORLEVEL 2 SET rebuild= | 4 | IF ERRORLEVEL 2 SET rebuild= |
5 | echo. | 5 | echo. |
6 | cd ..\compiler\ | ||
6 | 7 | ||
7 | @echo on | 8 | @echo on |
8 | cd ..\compiler\ | 9 | stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/ |
9 | stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/ -o=../example/out/ | ||
10 | @pause | 10 | @pause |