* README.ja: Updated as to MAKEIT.BAT and MAKE1.BAT.
[elisp/apel.git] / make.bat
diff --git a/make.bat b/make.bat
deleted file mode 100755 (executable)
index 3291e6f..0000000
--- a/make.bat
+++ /dev/null
@@ -1,49 +0,0 @@
-@echo off\r
-rem MAKE.BAT for APEL.\r
-rem ********************************************************************\r
-rem * Edit following lines to set PREFIX, EMACS, LISPDIR and VLISPDIR  *\r
-rem * according to your environment                                    *\r
-rem ********************************************************************\r
-rem * for Meadow                                                       *\r
-rem *   If you use Meadow on Windows NT, use meadowNT.exe instead of   *\r
-rem *   meadow95.exe                                                   *\r
-set MEADOWVER=1.10\r
-set PREFIX=c:\usr\meadow\r
-set EMACS=%PREFIX%\%MEADOWVER%\bin\meadow95.exe\r
-set LISPDIR=%PREFIX%\site-lisp\r
-set VLISPDIR=%PREFIX%\%MEADOWVER%\site-lisp\r
-rem \r
-rem ********************************************************************\r
-rem * for Mule for Windows                                             *\r
-rem set PREFIX=c:\usr\mule\r
-rem set EMACS=%PREFIX%\bin\mule.exe\r
-rem set LISPDIR=%PREFIX%\site-lisp\r
-rem set VLISPDIR=%LISPDIR%\r
-rem \r
-rem ********************************************************************\r
-rem * for Demacs                                                       *\r
-rem *  Please add examples for Demacs                                  *\r
-rem \r
-rem ********************************************************************\r
-\r
-set arg1=%1\r
-if "%arg1%"=="install" goto install\r
-if "%arg1%"=="what-where" goto listing\r
-if "%arg1%"=="clean" goto clean\r
-\r
-:install\r
-%EMACS% -q -batch -no-site-file -l APEL-MK -f compile-apel NONE %LISPDIR% %VLISPDIR%\r
-%EMACS% -q -batch -no-site-file -l APEL-MK -f install-apel NONE %LISPDIR% %VLISPDIR%\r
-goto end\r
-\r
-:listing\r
-%EMACS% -batch -q -no-site-file -l APEL-MK -f what-where-apel\r
-goto end\r
-\r
-:clean\r
-del *.elc\r
-del *~\r
-del .#~\r
-\r
-:end\r
-\1a\r