diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-15 17:15:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-15 17:15:40 +0000 |
commit | 83036cb4fe2f9a032c9397730af1a50e3ba982ff (patch) | |
tree | 6c02c7f547bdd5aeeca35f25ec413f8cf9fe712c /bin/makeall.bat | |
parent | 48540940b6c28bb4378abfeb500ec45a625b37b6 (diff) |
removed not needed solutions and libs
git-svn-id: http://svn.miranda-ng.org/main/trunk@3 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'bin/makeall.bat')
-rw-r--r-- | bin/makeall.bat | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bin/makeall.bat b/bin/makeall.bat deleted file mode 100644 index 1138b6c83c..0000000000 --- a/bin/makeall.bat +++ /dev/null @@ -1,20 +0,0 @@ -@echo off
-echo ------------------------------------------------------------------------------------------------------------------------
-echo ---------------------------------------------------- build ANSI --------------------------------------------------------
-echo ------------------------------------------------------------------------------------------------------------------------
-call make.bat
-echo ------------------------------------------------------------------------------------------------------------------------
-echo ---------------------------------------------------- build Unicode -----------------------------------------------------
-echo ------------------------------------------------------------------------------------------------------------------------
-call makew.bat
-echo ------------------------------------------------------------------------------------------------------------------------
-echo ---------------------------------------------------- build x64 ---------------------------------------------------------
-echo ------------------------------------------------------------------------------------------------------------------------
-call make64.bat
-echo ------------------------------------------------------------------------------------------------------------------------
-echo ---------------------------------------------------- build Langpack ----------------------------------------------------
-echo ------------------------------------------------------------------------------------------------------------------------
-call makel.bat
-echo ------------------------------------------------------------------------------------------------------------------------
-echo ---------------------------------------------------- all finished ------------------------------------------------------
-echo ------------------------------------------------------------------------------------------------------------------------
|