Skip to content
Snippets Groups Projects
Commit 8a55157a authored by rswindell's avatar rswindell
Browse files

Added str_list module to those targets that use ini_file.

parent 3632eb3d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment