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

ini_file is now in objects.mk, no longer needs to be listed in (GNU)makefile.

parent 44c64dd0
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ $(EXEODIR):
mkdir $(EXEODIR)
CON_OBJS = $(EXEODIR)/sbbscon.o $(EXEODIR)/conwrap.o \
$(EXEODIR)/ini_file.o $(EXEODIR)/sbbs_ini.o
$(EXEODIR)/sbbs_ini.o
FTP_OBJS = $(LIBODIR)/ftpsrvr.o
MAIL_OBJS = $(LIBODIR)/mailsrvr.o $(LIBODIR)/mxlookup.o \
$(LIBODIR)/mime.o $(LIBODIR)/base64.o
......
......@@ -83,7 +83,6 @@ $(EXEODIR):
$(SBBSMONO): $(OBJS) \
$(LIBODIR)\sbbscon.obj \
$(LIBODIR)\sbbs_ini.obj \
$(LIBODIR)\ini_file.obj \
$(LIBODIR)\ver.obj \
$(LIBODIR)\ftpsrvr.obj \
$(LIBODIR)\websrvr.obj \
......
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