From 2af5370d2b40773c4eb3ae4f1623a923edfce802 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 16 Jun 2002 07:08:08 +0000
Subject: [PATCH] Added echocfg build rule.

---
 src/sbbs3/Makefile | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/sbbs3/Makefile b/src/sbbs3/Makefile
index 0424552791..cc05e3d531 100644
--- a/src/sbbs3/Makefile
+++ b/src/sbbs3/Makefile
@@ -23,8 +23,9 @@ LIBFILE	=	.dll
 EXEFILE	=	.exe
 LIBODIR	=	bcc.win32.dll	# Library output directory
 EXEODIR =	bcc.win32.exe	# Executable output directory
+UIFC	=	..\uifc\		# Path to User Interfce library
 XPDEV	=	..\xpdev\		# Path to Cross-platform wrappers
-CFLAGS	=	-M -I$(XPDEV)
+CFLAGS	=	-M -I$(XPDEV) -I$(UIFC)
 LFLAGS  =	-m -s -c -Tpd -Gi -I$(LIBODIR)
 DELETE	=	echo y | del 
 
@@ -147,4 +148,13 @@ $(SBBSECHO): sbbsecho.c rechocfg.c smbtxt.c crc32.c lzh.c $(SMBLIB) \
 	@echo Creating $@
 	@$(CC) $(CFLAGS) -n$(EXEODIR) $** 
 
+# SBBSecho Configuration Program
+$(ECHOCFG): echocfg.c rechocfg.c \
+	$(UIFC)uifc.c \
+	$(LIBODIR)\nopen.obj \
+	$(LIBODIR)\str_util.obj
+	@echo Creating $@
+	@$(CC) $(CFLAGS) -n$(EXEODIR) $** 
+
+
 !include depends.mk		# defines dependencies
\ No newline at end of file
-- 
GitLab