Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
0e63d3d8
Commit
0e63d3d8
authored
22 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Eliminated unused headers.mk file.
parent
9d3401a7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/sbbs3/GNUmakefile
+0
-1
0 additions, 1 deletion
src/sbbs3/GNUmakefile
src/sbbs3/Makefile
+0
-1
0 additions, 1 deletion
src/sbbs3/Makefile
src/sbbs3/headers.mk
+0
-29
0 additions, 29 deletions
src/sbbs3/headers.mk
with
0 additions
and
31 deletions
src/sbbs3/GNUmakefile
+
0
−
1
View file @
0e63d3d8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/Makefile
+
0
−
1
View file @
0e63d3d8
...
...
@@ -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
)
\s
bbs.lib
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/headers.mk
deleted
100644 → 0
+
0
−
29
View file @
9d3401a7
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment