From 9a72f5d3a2251b438017b08eec673bb800636e91 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 1 Jul 2021 19:37:53 +0200 Subject: viewer: Script domain naming convention --- scripts/dev_win_compile_example.cmd | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 scripts/dev_win_compile_example.cmd (limited to 'scripts/dev_win_compile_example.cmd') diff --git a/scripts/dev_win_compile_example.cmd b/scripts/dev_win_compile_example.cmd deleted file mode 100644 index 35134c0..0000000 --- a/scripts/dev_win_compile_example.cmd +++ /dev/null @@ -1,10 +0,0 @@ -@echo off -SET rebuild=--rebuild -CHOICE /M "Rebuild all ('--rebuild' argument)?" -IF ERRORLEVEL 2 SET rebuild= -echo. -cd ..\compiler\ - -@echo on -stack exec ldgallery -- %rebuild% --clean-output -i=../example/src/ -o=../example/out/ -@pause -- cgit v1.2.3