aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Voelker1998-04-29 04:31:59 +0000
committerGeoff Voelker1998-04-29 04:31:59 +0000
commit051024111a5e938d5f502b780668b1aaf7dd2f7f (patch)
treea661e6f38373badb6e470602309d7aa9da7f6481
parente447c636bc5192697a205056756047294a716035 (diff)
downloademacs-051024111a5e938d5f502b780668b1aaf7dd2f7f.tar.gz
emacs-051024111a5e938d5f502b780668b1aaf7dd2f7f.zip
New target for installation bin directory.
-rw-r--r--nt/makefile.nt6
1 files changed, 5 insertions, 1 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt
index 3a9d3ce4cd6..ab1dd5b7fe9 100644
--- a/nt/makefile.nt
+++ b/nt/makefile.nt
@@ -83,6 +83,8 @@ all: $(BLD) $(ALL)
83 $(BUILD_CMD) 83 $(BUILD_CMD)
84 cd ..\nt 84 cd ..\nt
85 85
86$(INSTALL_DIR)\bin:
87 - mkdir $(INSTALL_DIR)\bin
86 88
87$(INSTALL_DIR)\bin\emacs.bat: emacs.bat.in 89$(INSTALL_DIR)\bin\emacs.bat: emacs.bat.in
88 echo @echo off > $@ 90 echo @echo off > $@
@@ -96,7 +98,9 @@ $(INSTALL_DIR)\bin\debug.bat: debug.bat.in
96 echo set emacs_dir=$(INSTALL_DIR)>> $@ 98 echo set emacs_dir=$(INSTALL_DIR)>> $@
97 type debug.bat.in >> $@ 99 type debug.bat.in >> $@
98 100
99batch_files: $(INSTALL_DIR)\bin\emacs.bat $(INSTALL_DIR)\bin\debug.bat 101batch_files: $(INSTALL_DIR)\bin \
102 $(INSTALL_DIR)\bin\emacs.bat \
103 $(INSTALL_DIR)\bin\debug.bat
100 104
101# 105#
102# Build and install emacs in INSTALL_DIR 106# Build and install emacs in INSTALL_DIR