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

Eliminated unused headers.mk file.

parent 9d3401a7
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,6 @@ endif
include targets.mk # defines all targets
include objects.mk # defines $(OBJS)
include headers.mk # defines $(HEADERS)
include sbbsdefs.mk # defines $(SBBSDEFS)
SBBSLIB = $(LIBODIR)/sbbs.a
......
......@@ -58,7 +58,6 @@ LIBS = ..\mozilla\js\src\Debug\js32omf.lib
# Cross platform/compiler definitions
!include targets.mk # defines all targets
!include objects.mk # defines $(OBJS)
!include headers.mk # defines $(HEADERS)
!include sbbsdefs.mk # defines $(SBBSDEFS)
SBBSLIB = $(LIBODIR)\sbbs.lib
......
# headers.mk
# Make 'include file' for building Synchronet DLLs
# Used with GNU and Borland compilers
# $Id$
HEADERS = \
ars_defs.h \
client.h \
cmdshell.h \
nodedefs.h \
ringbuf.h \
riodefs.h \
sbbs.h \
sbbsdefs.h \
scfgdefs.h \
scfglib.h \
smbdefs.h \
smblib.h \
text.h \
userdat.h \
$(XPDEV)gen_defs.h \
$(XPDEV)genwrap.h \
$(XPDEV)wrapdll.h \
$(XPDEV)dirwrap.h \
$(XPDEV)filewrap.h \
$(XPDEV)sockwrap.h \
$(XPDEV)threadwrap.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment