From 9c2af5dcd2d2c8754e4c74e02141822c0964a5a8 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 13 Feb 2020 16:30:38 +0100 Subject: moved utility scripts to their dedicated folder --- scripts/win_compile_example.cmd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/win_compile_example.cmd (limited to 'scripts/win_compile_example.cmd') diff --git a/scripts/win_compile_example.cmd b/scripts/win_compile_example.cmd new file mode 100644 index 0000000..e89b302 --- /dev/null +++ b/scripts/win_compile_example.cmd @@ -0,0 +1,10 @@ +@echo off +SET rebuild=--rebuild +CHOICE /M "Rebuild all ('--rebuild' argument)?" +IF ERRORLEVEL 2 SET rebuild= +echo. + +@echo on +cd ..\compiler\ +stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/ -o=../example/out/ +@pause -- cgit v1.2.3