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

Added missing crc32.c to MAILSRVR.DLL build rule.

parent 26721f62
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ $(SBBS): $(OBJS) $(LIBODIR)\ver.$(OFILE) ...@@ -75,7 +75,7 @@ $(SBBS): $(OBJS) $(LIBODIR)\ver.$(OFILE)
import32.lib cw32mt.lib ws2_32.lib import32.lib cw32mt.lib ws2_32.lib
# Mail Server DLL Link Rule # Mail Server DLL Link Rule
$(MAILSRVR): mailsrvr.c mxlookup.c $(SBBSLIB) $(MAILSRVR): mailsrvr.c mxlookup.c crc32.c $(SBBSLIB)
@echo Compiling $** ... @echo Compiling $** ...
$(CC) $(CFLAGS) -WD -WM -lGi -n$(LIBODIR) -DMAILSRVR_EXPORTS -DSMBDLL $** $(CC) $(CFLAGS) -WD -WM -lGi -n$(LIBODIR) -DMAILSRVR_EXPORTS -DSMBDLL $**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment