Mercurial > emacs
changeset 19867:b51bc33594a4
(debug.bat): New target.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Thu, 11 Sep 1997 05:27:46 +0000 |
parents | fedcb4117e34 |
children | 8bd07c31e8bf |
files | nt/makefile.nt |
diffstat | 1 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.nt Thu Sep 11 05:27:25 1997 +0000 +++ b/nt/makefile.nt Thu Sep 11 05:27:46 1997 +0000 @@ -84,11 +84,17 @@ echo set emacs_dir=$(INSTALL_DIR)>> emacs.bat type emacs.bat.in >> emacs.bat +debug.bat: debug.bat.in + echo @echo off > debug.bat + echo REM !!! Warning: This file automatically generated !!! >> debug.bat + echo set emacs_dir=$(INSTALL_DIR)>> debug.bat + type debug.bat.in >> debug.bat + # # Build and install emacs in INSTALL_DIR # INSTALL_CMD = $(MAKE) -f makefile.nt install -install: all emacs.bat +install: all emacs.bat debug.bat - mkdir $(INSTALL_DIR) cd ..\lib-src $(INSTALL_CMD) @@ -98,6 +104,7 @@ $(INSTALL_CMD) cd ..\nt - $(CP) emacs.bat $(INSTALL_DIR)\bin + - $(CP) debug.bat $(INSTALL_DIR)\bin - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin - $(CP) $(BLD)\cmdproxy.exe $(INSTALL_DIR)\bin - $(CP) $(BLD)\runemacs.exe $(INSTALL_DIR)\bin @@ -118,6 +125,7 @@ $(CP) ..\lib-src\DOC $(INSTALL_DIR)\etc - mkdir $(INSTALL_DIR)\bin - $(CP) emacs.bat $(INSTALL_DIR)\bin + - $(CP) debug.bat $(INSTALL_DIR)\bin - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin - $(CP) $(BLD)\runemacs.exe $(INSTALL_DIR)\bin - $(DEL) ..\same-dir.tst @@ -154,6 +162,7 @@ - $(DEL_TREE) ..\bin - $(DEL) ..\etc\DOC ..\etc\DOC-X - $(DEL) emacs.bat + - $(DEL) debug.bat cd ..\lib-src $(CLEAN_CMD) cd ..\src