changeset 21732:2cd3f6e8089e

Build ddeclient.
author Geoff Voelker <voelker@cs.washington.edu>
date Thu, 23 Apr 1998 23:38:13 +0000
parents 4a0a3ae173d0
children a373669e1196
files nt/makefile.nt
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nt/makefile.nt	Thu Apr 23 23:34:58 1998 +0000
+++ b/nt/makefile.nt	Thu Apr 23 23:38:13 1998 +0000
@@ -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 @@
 		  $(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 @@
 		- $(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)