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

Now uses a make-generated response file since the command-line (with all the

object filenames expanded) is apparently too long.
parent f2b5a593
Branches
Tags
No related merge requests found
......@@ -89,7 +89,9 @@ $(SBBSMONO): $(OBJS) \
$(LIBODIR)\websrvr.obj \
$(LIBODIR)\mailsrvr.obj $(LIBODIR)\mxlookup.obj $(LIBODIR)\mime.obj $(LIBODIR)\base64.obj \
$(LIBODIR)\services.obj
@$(CC) $(CFLAGS) -WM -e$(SBBSMONO) $** $(LIBS)
@$(CC) $(CFLAGS) -WM -e$(SBBSMONO) $(LIBS) @&&|
$**
|
# SBBS DLL Link Rule
$(SBBS): $(OBJS) $(LIBODIR)\ver.obj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment