]> git.eshelyaron.com Git - emacs.git/commitdiff
Add carriage returns; necessary for batch files on Win95
authorGeoff Voelker <voelker@cs.washington.edu>
Sun, 28 May 1995 02:18:09 +0000 (02:18 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Sun, 28 May 1995 02:18:09 +0000 (02:18 +0000)
nt/ebuild.bat
nt/emacs.bat
nt/fast-install.bat
nt/install.bat

index 6b5247cf2cce0bbc9e78a6a07efe561957fd34b3..32cea5af9fa0bf9201559c178e86b1a551f67111 100755 (executable)
@@ -1 +1 @@
-nmake -f makefile.nt all
+nmake -f makefile.nt all\r
index 5c67fbca5215cfd4212895a007c6e51caaad60bc..14e4893d6df05389550335638b63b2759af33bde 100755 (executable)
@@ -1,44 +1,44 @@
-@echo off
-
-REM Change this to the directory into which you installed Emacs:
-set emacs_path=C:\emacs
-
-REM
-REM You shouldn't have to change any of the below.
-REM
-
-REM Set OS specific values.
-set ARCH_SAVE=%PROCESSOR_ARCHITECTURE%
-set PROCESSOR_ARCHITECTURE=
-if "%ARCH_SAVE%" == "%PROCESSOR_ARCHITECTURE%" goto win95
-set PROCESSOR_ARCHITECTURE=%ARCH_SAVE%
-set SHELL=cmd
-goto next
-
-:win95
-set SHELL=command
-
-:next
-
-set EMACSLOADPATH=%emacs_path%\lisp
-set EMACSDATA=%emacs_path%\etc
-set EMACSPATH=%emacs_path%\bin
-set EMACSLOCKDIR=%emacs_path%\lock
-set INFOPATH=%emacs_path%\info
-set EMACSDOC=%emacs_path%\etc
-set TERM=CMD
-
-REM The variable HOME is used to find the startup file, ~\_emacs.  Ideally,
-REM this will not be set in this file but should already be set before
-REM this file is invoked.  If HOME is not set, use some generic default.
-
-set HOME_SAVE=%HOME%
-set HOME_EXISTS=yes
-set HOME_DEFAULT=C:\
-set HOME=
-if "%HOME%" == "%HOME_SAVE%" set HOME_EXISTS=no
-if "%HOME_EXISTS%" == "yes" set HOME=%HOME_SAVE%
-if "%HOME_EXISTS%" == "no" set HOME=%HOME_DEFAULT%
-if "%HOME_EXISTS%" == "no" echo HOME is not set!  Using %HOME% as a default...
-
-%emacs_path%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
+@echo off\r
+\r
+REM Change this to the directory into which you installed Emacs:\r
+set emacs_path=C:\emacs\r
+\r
+REM\r
+REM You shouldn't have to change any of the below.\r
+REM\r
+\r
+REM Set OS specific values.\r
+set ARCH_SAVE=%PROCESSOR_ARCHITECTURE%\r
+set PROCESSOR_ARCHITECTURE=\r
+if "%ARCH_SAVE%" == "%PROCESSOR_ARCHITECTURE%" goto win95\r
+set PROCESSOR_ARCHITECTURE=%ARCH_SAVE%\r
+set SHELL=cmd\r
+goto next\r
+\r
+:win95\r
+set SHELL=command\r
+\r
+:next\r
+\r
+set EMACSLOADPATH=%emacs_path%\lisp\r
+set EMACSDATA=%emacs_path%\etc\r
+set EMACSPATH=%emacs_path%\bin\r
+set EMACSLOCKDIR=%emacs_path%\lock\r
+set INFOPATH=%emacs_path%\info\r
+set EMACSDOC=%emacs_path%\etc\r
+set TERM=CMD\r
+\r
+REM The variable HOME is used to find the startup file, ~\_emacs.  Ideally,\r
+REM this will not be set in this file but should already be set before\r
+REM this file is invoked.  If HOME is not set, use some generic default.\r
+\r
+set HOME_SAVE=%HOME%\r
+set HOME_EXISTS=yes\r
+set HOME_DEFAULT=C:\\r
+set HOME=\r
+if "%HOME%" == "%HOME_SAVE%" set HOME_EXISTS=no\r
+if "%HOME_EXISTS%" == "yes" set HOME=%HOME_SAVE%\r
+if "%HOME_EXISTS%" == "no" set HOME=%HOME_DEFAULT%\r
+if "%HOME_EXISTS%" == "no" echo HOME is not set!  Using %HOME% as a default...\r
+\r
+%emacs_path%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9\r
index 072a59061f719a23208ace8785a8d8694bce4d1b..157c4ab87511ccacbfd87c6a38eb327eb171594f 100755 (executable)
@@ -1 +1 @@
-nmake -f makefile.nt fast_install
+nmake -f makefile.nt fast_install\r
index 551d9aae2c3ed94b48b270b5de392f820e384c6d..997702b34cab0c973932f7a2880ea3a702413464 100755 (executable)
@@ -1 +1 @@
-nmake -f makefile.nt install
+nmake -f makefile.nt install\r