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