summaryrefslogtreecommitdiff
path: root/tools/installer_ng/make_all.bat
blob: b0008c5091b7bb0dfebbef91c42d457e3f1f3446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
rem Get archives
call createstructure.bat
rem end

rem Make
call compile.bat
rem end

rem Cleqnup
call cleanup.bat
rem end