diff options
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 ------------------------------------------------------------------------------------------------------------------------
|