From 89e840e56ca4b707d98365d7c2f2e649afc31eba Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Thu, 23 Apr 1998 23:38:13 +0000 Subject: [PATCH] Build ddeclient. --- nt/makefile.nt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nt/makefile.nt b/nt/makefile.nt index e88af38df15..e173f730833 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 $(BLD)\cmdproxy.exe +ALL = $(BLD)\addpm.exe $(BLD)\ddeclient.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 +ddeclient: $(BLD) $(BLD)\ddeclient.exe +$(BLD)\ddeclient.obj: ddeclient.c +$(BLD)\ddeclient.exe: $(BLD)\ddeclient.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 @@ -106,6 +112,7 @@ install: all emacs.bat debug.bat - $(CP) emacs.bat $(INSTALL_DIR)\bin - $(CP) debug.bat $(INSTALL_DIR)\bin - $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin + - $(CP) $(BLD)\ddeclient.exe $(INSTALL_DIR)\bin - $(CP) $(BLD)\cmdproxy.exe $(INSTALL_DIR)\bin - $(CP) $(BLD)\runemacs.exe $(INSTALL_DIR)\bin - $(ADDPM) $(INSTALL_DIR) -- 2.39.2