aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-10-23 01:44:02 +0200
committerJohn Ankarström <john@ankarstrom.se>2020-10-23 01:44:02 +0200
commit1f460f7ebc10c2f8bb66ae684498f49187eab9bc (patch)
tree776f7a92b0d24e27cd682e4ff76bde477a02ff98 /build.bat
downloadahk-1f460f7ebc10c2f8bb66ae684498f49187eab9bc.tar.gz
first commit
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat8
1 files changed, 8 insertions, 0 deletions
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