diff options
Diffstat (limited to 'tools/installer_ng_stable/make_all')
-rw-r--r-- | tools/installer_ng_stable/make_all | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/installer_ng_stable/make_all b/tools/installer_ng_stable/make_all new file mode 100644 index 0000000000..b0008c5091 --- /dev/null +++ b/tools/installer_ng_stable/make_all @@ -0,0 +1,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
\ No newline at end of file |