aboutsummaryrefslogtreecommitdiff
path: root/build.bat
blob: fcd6d81874f2809d99380d5489e7975defb7f666 (plain)
1
2
3
4
5
6
7
8
9
@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%
for %%f in ("*.reg") do if not exist %out%\%%f copy /y "%%f" %out%
type tt.*.ahk 2>nul | tt -c"" -d";;" -o%out%/ scripts.ahk  || pause