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

Eliminated headers.mk (no longer used).

parent e5a9be3c
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,6 @@ endif
include targets.mk # defines all targets
include objects.mk # defines $(OBJS)
include headers.mk # defines $(HEADERS)
ifdef USE_DIALOG
OBJS := $(OBJS) $(ODIR)$(SLASH)uifcd.$(OFILE)
......
......@@ -11,7 +11,7 @@
# $Id$
# Macros
DEBUG = 1 # Comment out for release (non-debug) version
#DEBUG = 1 # Comment out for release (non-debug) version
CC = bcc32
LD = ilink32
SLASH = \\
......@@ -45,7 +45,6 @@ ODIR = $(ODIR).release
# Cross platform/compiler definitions
!include targets.mk # defines all targets
!include objects.mk # defines $(OBJS)
!include headers.mk # defines $(HEADERS)
OBJS = $(OBJS) $(ODIR)\uifc.$(OFILE)
......
# headers.mak
# Make 'include file' for building Synchronet SCFG
# Used with GNU and Borland compilers
# $Id$
HEADERS = scfg.h ../ars_defs.h ../sbbs.h ../sbbswrap.h ../scfgdefs.h \
../smbdefs.h ../userdat.h ../gen_defs.h ../sbbsdefs.h \
../scfglib.h ../smblib.h ../../uifc/uifc.h
# headers.mk
# Make 'include file' for building Synchronet SCFG
# Used with GNU and Borland compilers
# $Id$
HEADERS = scfg.h ../ars_defs.h ../sbbs.h ../sbbswrap.h ../scfgdefs.h \
../smbdefs.h ../userdat.h ../gen_defs.h ../sbbsdefs.h \
../scfglib.h ../smblib.h ../../uifc/uifc.h
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