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

Update from Deuce to build libdialog and help files.

parent 8b59664f
No related branches found
No related tags found
No related merge requests found
......@@ -131,8 +131,18 @@ $(SBBSLIBODIR):
$(UIFCLIBODIR):
mkdir $(UIFCLIBODIR)
makehelp: makehelp.c
$(CC) makehelp.c -o makehelp
# Monolithic Synchronet executable Build Rule
$(SCFG): $(OBJS)
$(CC) -o $(SCFG) $^ $(LIBS)
$(SCFG): makehelp $(OBJS)
ifdef USE_DIALOG
$(MAKE) -C ../../libdialog
endif
./makehelp
mv scfghelp.dat $(EXEODIR)
mv scfghelp.ixb $(EXEODIR)
$(CC) -o $(SCFG) $(OBJS) $(LIBS)
#indlude depends.mak
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