diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-27 22:45:21 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-27 22:45:21 +0000 |
commit | e9912284b272b631ee92352333f57e8fc4b4f7b0 (patch) | |
tree | 52932a4738ca289195fffabe809dc2249efea740 /tools/installer_ng_stable/make_all | |
parent | 70c938b678146fb3ae65be2173e3ff27a513889c (diff) |
small changes to the scripts
git-svn-id: http://svn.miranda-ng.org/main/trunk@6655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 |