summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1997-08-17 01:45:59 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1997-08-17 01:45:59 +0000
commit6f459cf53ce9ad80d52d6a7df0c0a7142f1aebb4 (patch)
tree52fb56621ce673c93889855aa4fbc426bad8b7f2 /nt
parentd192f2eec782a58fd834cec8ae42cd663b856ab2 (diff)
downloademacs-6f459cf53ce9ad80d52d6a7df0c0a7142f1aebb4.tar.gz
(ALL): Build cmdproxy.
(cmdproxy): New target. (install): Install cmdproxy.
Diffstat (limited to 'nt')
-rw-r--r--nt/makefile.nt9
1 files changed, 8 insertions, 1 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt
index 336dbfc836f..6fcd1848c95 100644
--- a/nt/makefile.nt
+++ b/nt/makefile.nt
@@ -22,7 +22,7 @@
# 9-6-94
!include makefile.def
-ALL = $(BLD)\addpm.exe $(BLD)\runemacs.exe
+ALL = $(BLD)\addpm.exe $(BLD)\runemacs.exe $(BLD)\cmdproxy.exe
!if $(MSVCNT11)
TRES = $(BLD)\emacs.res
!else
@@ -38,6 +38,12 @@ $(BLD)\addpm.exe: $(BLD)\addpm.obj
$(LINK) -out:$@ -subsystem:console -entry:mainCRTStartup \
$(SYS_LDFLAGS) $** $(BASE_LIBS) $(ADVAPI32) user32.lib
+cmdproxy: $(BLD) $(BLD)\cmdproxy.exe
+$(BLD)\cmdproxy.obj: cmdproxy.c
+$(BLD)\cmdproxy.exe: $(BLD)\cmdproxy.obj
+ $(LINK) -out:$@ -subsystem:console -entry:mainCRTStartup \
+ $(SYS_LDFLAGS) $** $(BASE_LIBS) user32.lib
+
#
# The resource file. NT 3.10 requires the use of cvtres; even though
# it is not necessary on later versions, it is still ok to use it.
@@ -93,6 +99,7 @@ install: all emacs.bat
cd ..\nt
- $(CP) emacs.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
- $(ADDPM) $(INSTALL_DIR)
- $(DEL) ..\same-dir.tst