From 1f460f7ebc10c2f8bb66ae684498f49187eab9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 23 Oct 2020 01:44:02 +0200 Subject: first commit --- build.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 build.bat (limited to 'build.bat') diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..c7e141e --- /dev/null +++ b/build.bat @@ -0,0 +1,8 @@ +@echo off +setlocal +cd /d %~dp0 +set out=out +if not exist %out%\ md %out% || exit /b 1 +for %%f in ("*.ico") do if not exist %out%\%%f copy /y "%%f" %out% +for %%f in ("*.bmp") do if not exist %out%\%%f copy /y "%%f" %out% +type tt.*.ahk 2>nul | tt -c"" -d";;" -o%out%/ scripts.ahk || pause \ No newline at end of file -- cgit v1.2.3