aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-22 14:56:24 +0000
committerGerd Moellmann1999-11-22 14:56:24 +0000
commit7624a507f5ffeebaaaea3e0e9741c3345a35897e (patch)
tree6cc8b68f74e59d26050be65e2d1a01dbf516cf72
parentcaeb7756e5961bc62e5f326c01506c566ddab9da (diff)
downloademacs-7624a507f5ffeebaaaea3e0e9741c3345a35897e.tar.gz
emacs-7624a507f5ffeebaaaea3e0e9741c3345a35897e.zip
(fast_install): Bring commands up-to-date, and fix typo.
-rw-r--r--nt/makefile.nt5
1 files changed, 4 insertions, 1 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt
index 17f92b07fee..35fc32fee64 100644
--- a/nt/makefile.nt
+++ b/nt/makefile.nt
@@ -155,14 +155,17 @@ fast_install: batch_files
155 $(CP) ..\lib-src\DOC $(INSTALL_DIR)\etc 155 $(CP) ..\lib-src\DOC $(INSTALL_DIR)\etc
156 - mkdir $(INSTALL_DIR)\bin 156 - mkdir $(INSTALL_DIR)\bin
157 - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin 157 - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin
158 - $(CP) $(BLD)\ddeclient.exe $(INSTALL_DIR)\bin
159 - $(CP) $(BLD)\cmdproxy.exe $(INSTALL_DIR)\bin
158 - $(CP) $(BLD)\runemacs.exe $(INSTALL_DIR)\bin 160 - $(CP) $(BLD)\runemacs.exe $(INSTALL_DIR)\bin
161 - $(CP) ..\lib-src\fns-*.el $(INSTALL_DIR)\bin
159 - $(DEL) ..\same-dir.tst 162 - $(DEL) ..\same-dir.tst
160 - $(DEL) $(INSTALL_DIR)\same-dir.tst 163 - $(DEL) $(INSTALL_DIR)\same-dir.tst
161 echo SameDirTest > $(INSTALL_DIR)\same-dir.tst 164 echo SameDirTest > $(INSTALL_DIR)\same-dir.tst
162 if not exist ..\same-dir.tst $(CP) ..\bin\emacs.exe $(INSTALL_DIR)\bin 165 if not exist ..\same-dir.tst $(CP) ..\bin\emacs.exe $(INSTALL_DIR)\bin
163 if not exist ..\same-dir.tst $(CP) ..\bin\etags.exe $(INSTALL_DIR)\bin 166 if not exist ..\same-dir.tst $(CP) ..\bin\etags.exe $(INSTALL_DIR)\bin
164 if not exist ..\same-dir.tst $(CP) ..\bin\ctags.exe $(INSTALL_DIR)\bin 167 if not exist ..\same-dir.tst $(CP) ..\bin\ctags.exe $(INSTALL_DIR)\bin
165 if not exist ..\same-dir.tst nmake -f $(MAKE) real_install 168 if not exist ..\same-dir.tst $(MAKE) -f makefile.nt real_install
166 - $(DEL) ..\same-dir.tst 169 - $(DEL) ..\same-dir.tst
167 - $(DEL) $(INSTALL_DIR)\same-dir.tst 170 - $(DEL) $(INSTALL_DIR)\same-dir.tst
168 171