From ca55e70d67574d7427358fd43703b61a782929e3 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 1 Dec 2000 22:21:50 +0000
Subject: [PATCH] Added missing crc32.c to MAILSRVR.DLL build rule.

---
 src/sbbs3/Makefile.bor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/Makefile.bor b/src/sbbs3/Makefile.bor
index 4e92d850c7..7cea7eed88 100644
--- a/src/sbbs3/Makefile.bor
+++ b/src/sbbs3/Makefile.bor
@@ -75,7 +75,7 @@ $(SBBS): $(OBJS) $(LIBODIR)\ver.$(OFILE)
 		import32.lib cw32mt.lib ws2_32.lib
 
 # Mail Server DLL Link Rule
-$(MAILSRVR): mailsrvr.c mxlookup.c $(SBBSLIB)
+$(MAILSRVR): mailsrvr.c mxlookup.c crc32.c $(SBBSLIB)
     @echo Compiling $** ...
 	$(CC) $(CFLAGS) -WD -WM -lGi -n$(LIBODIR) -DMAILSRVR_EXPORTS -DSMBDLL $**
 
-- 
GitLab