From 8a55157ae22afa512d97989925331b13f026502e Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 18 May 2004 05:01:55 +0000 Subject: [PATCH] Added str_list module to those targets that use ini_file. --- src/sbbs3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/Makefile b/src/sbbs3/Makefile index 1d2513d7d4..f434d2e25e 100644 --- a/src/sbbs3/Makefile +++ b/src/sbbs3/Makefile @@ -108,7 +108,7 @@ $(SBBS): $(OBJS) import32.lib cw32mt.lib ws2_32.lib # Mail Server DLL Link Rule -$(MAILSRVR): mailsrvr.c mxlookup.c mime.c base64.c md5.c crc32.c ini_file.c $(SBBSLIB) +$(MAILSRVR): mailsrvr.c mxlookup.c mime.c base64.c md5.c crc32.c ini_file.c str_list.c $(SBBSLIB) @echo Creating $@ $(QUIET)$(CC) $(CFLAGS) -WD -WM -lGi -n$(LIBODIR) \ -DMAILSRVR_EXPORTS -DSMB_IMPORTS -DWRAPPER_IMPORTS $** $(LIBS) @@ -126,7 +126,7 @@ $(WEBSRVR): wesrvr.c $(XPDEV)sockwrap.c base64.c -DWEBSRVR_EXPORTS -DWRAPPER_IMPORTS $** $(LIBS) # Services DLL Link Rule -$(SERVICES): services.c $(SBBSLIB) $(LIBODIR)\ini_file.obj +$(SERVICES): services.c $(SBBSLIB) $(LIBODIR)\ini_file.obj $(LIBODIR)\str_list.obj @echo Creating $@ $(QUIET)$(CC) $(CFLAGS) -WD -WM -lGi -n$(LIBODIR) \ -DSERVICES_EXPORTS -DWRAPPER_IMPORTS $** $(LIBS) -- GitLab