Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
07b0b264
Commit
07b0b264
authored
Sep 11, 1997
by
Geoff Voelker
Browse files
(debug.bat): New target.
parent
891f47e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
nt/makefile.nt
nt/makefile.nt
+10
-1
No files found.
nt/makefile.nt
View file @
07b0b264
...
...
@@ -84,11 +84,17 @@ emacs.bat: emacs.bat.in
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
..
\l
ib-src
$(INSTALL_CMD)
...
...
@@ -98,6 +104,7 @@ install: all emacs.bat
$(INSTALL_CMD)
cd
..
\n
t
-
$(CP)
emacs.bat
$(INSTALL_DIR)
\b
in
-
$(CP)
debug.bat
$(INSTALL_DIR)
\b
in
-
$(CP)
$(BLD)
\a
ddpm.exe
$(INSTALL_DIR)
\b
in
-
$(CP)
$(BLD)
\c
mdproxy.exe
$(INSTALL_DIR)
\b
in
-
$(CP)
$(BLD)
\r
unemacs.exe
$(INSTALL_DIR)
\b
in
...
...
@@ -118,6 +125,7 @@ fast_install:
$(CP)
..
\l
ib-src
\D
OC
$(INSTALL_DIR)
\e
tc
-
mkdir
$(INSTALL_DIR)
\b
in
-
$(CP)
emacs.bat
$(INSTALL_DIR)
\b
in
-
$(CP)
debug.bat
$(INSTALL_DIR)
\b
in
-
$(CP)
$(BLD)
\a
ddpm.exe
$(INSTALL_DIR)
\b
in
-
$(CP)
$(BLD)
\r
unemacs.exe
$(INSTALL_DIR)
\b
in
-
$(DEL)
..
\s
ame-dir.tst
...
...
@@ -154,6 +162,7 @@ clean:; - $(DEL) *~ *.pdb
-
$(DEL_TREE)
..
\b
in
-
$(DEL)
..
\e
tc
\D
OC ..
\e
tc
\D
OC-X
-
$(DEL)
emacs.bat
-
$(DEL)
debug.bat
cd
..
\l
ib-src
$(CLEAN_CMD)
cd
..
\s
rc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment