From d2ed5f271f49822c9e87058673a006ac80a73876 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 8 Feb 2020 04:37:22 +0100 Subject: compiler: minor improvements to the CMD scripts --- compiler/win_compile_example.cmd | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'compiler/win_compile_example.cmd') diff --git a/compiler/win_compile_example.cmd b/compiler/win_compile_example.cmd index f5ef2e2..6e166f8 100644 --- a/compiler/win_compile_example.cmd +++ b/compiler/win_compile_example.cmd @@ -1,10 +1,9 @@ @echo off SET rebuild=--rebuild -CHOICE /M "Rebuild all?" +CHOICE /M "Rebuild all ('--rebuild' argument)?" IF ERRORLEVEL 2 SET rebuild= echo. -echo stack exec ldgallery-compiler-exe -- %rebuild% -i=../example/ -o=../example/out/ -echo. -stack exec ldgallery-compiler-exe -- %rebuild% -i=../example/ -o=../example/out/ -echo. -pause + +@echo on +stack exec ldgallery-compiler-exe -- %rebuild% --clean-output -i=../example/ -o=../example/out/ +@pause -- cgit v1.2.3 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 --- compiler/win_compile_example.cmd | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 compiler/win_compile_example.cmd (limited to 'compiler/win_compile_example.cmd') diff --git a/compiler/win_compile_example.cmd b/compiler/win_compile_example.cmd deleted file mode 100644 index 6e166f8..0000000 --- a/compiler/win_compile_example.cmd +++ /dev/null @@ -1,9 +0,0 @@ -@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 -- cgit v1.2.3