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

Removed SCFGOBJ target (why was it there?)

Created SCFGHELP target.
Fixec clean target for Win32 builds.
Updated comment header.
parent d516c95c
No related branches found
No related tags found
No related merge requests found
# targets.mak
# Make 'include file' defining targets for Synchronet project
# Make 'include file' defining targets for Synchronet SCFG project
# $Id$
# LIBODIR, EXEODIR, SLASH, LIBFILE, EXEFILE, and DELETE must be pre-defined
SCFG = $(EXEODIR)$(SLASH)scfg$(EXEFILE)
SCFGOBJ = $(OBJODIR)$(SLASH)scfg$(OBJFILE)
SCFGHELP= $(EXEODIR)$(SLASH)scfghelp.dat
all: $(LIBODIR) $(SBBSLIBODIR) $(UIFCLIBODIR) $(EXEODIR) \
$(OBJS)\
$(SCFG)
$(SCFG) $(SCFGHELP)
clean:
$(DELETE) $(LIBODIR)/*
$(DELETE) $(EXEODIR)/*
$(DELETE) $(SBBSLIBODIR)/*
$(DELETE) $(UIFCLIBODIR)/*
$(DELETE) $(LIBODIR)$(SLASH)*
$(DELETE) $(EXEODIR)$(SLASH)*
$(DELETE) $(SBBSLIBODIR)$(SLASH)*
$(DELETE) $(UIFCLIBODIR)$(SLASH)*
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