Mercurial > emacs
changeset 19398:7ef1d548462a
(ALL): Build cmdproxy.
(cmdproxy): New target.
(install): Install cmdproxy.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Sun, 17 Aug 1997 01:45:59 +0000 |
parents | c0ff94156cb9 |
children | 8ece1f8d2ff6 |
files | nt/makefile.nt |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.nt Sun Aug 17 01:45:27 1997 +0000 +++ b/nt/makefile.nt Sun Aug 17 01:45:59 1997 +0000 @@ -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 @@ $(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 @@ 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