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

Moved GNU-specific "ifdef USE_DIALOG" block to Makefile.gnu.

parent ba772634
No related branches found
No related tags found
No related merge requests found
# objects.mak
# Make 'include file' listing object files for SBBS.DLL
# Make 'include file' listing object files for Synchronet SCFG
# $Id$
......@@ -31,6 +31,3 @@ OBJS = $(LIBODIR)$(SLASH)scfg.$(OFILE)\
$(SBBSLIBODIR)$(SLASH)wrappers.$(OFILE)\
$(UIFCLIBODIR)$(SLASH)uifcx.$(OFILE)
ifdef USE_DIALOG
OBJS := $(OBJS) $(UIFCLIBODIR)$(SLASH)uifcd.$(OFILE)
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment