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
ba6c9cb1
Commit
ba6c9cb1
authored
20 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Only include SBBSDEFS in MT_CFLAGS, not CFLAGS
parent
df370983
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/sbbs3/Common.gmake
+1
-1
1 addition, 1 deletion
src/sbbs3/Common.gmake
src/sbbs3/GNUmakefile
+1
-1
1 addition, 1 deletion
src/sbbs3/GNUmakefile
src/sbbs3/Makefile
+1
-1
1 addition, 1 deletion
src/sbbs3/Makefile
src/sbbs3/sbbsdefs.mk
+1
-1
1 addition, 1 deletion
src/sbbs3/sbbsdefs.mk
with
4 additions
and
4 deletions
src/sbbs3/Common.gmake
+
1
−
1
View file @
ba6c9cb1
...
...
@@ -40,4 +40,4 @@ vpath %.cpp $(SBBS_SRC)
SBBSDEFS :=
-include sbbsdefs.mk # defines $(SBBSDEFS)
CFLAGS += $(SBBSDEFS)
MT_
CFLAGS += $(SBBSDEFS)
This diff is collapsed.
Click to expand it.
src/sbbs3/GNUmakefile
+
1
−
1
View file @
ba6c9cb1
...
...
@@ -79,7 +79,7 @@ CFLAGS += $(JS_CFLAGS)
LDFLAGS
+=
$(
JS_LDFLAGS
)
include
sbbsdefs.mk
CFLAGS
+=
$(
SBBSDEFS
)
MT_
CFLAGS
+=
$(
SBBSDEFS
)
# Set up LD_RUN_PATH for run-time locating of the .so files
PWD
:=
$(
shell
pwd
)
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/Makefile
+
1
−
1
View file @
ba6c9cb1
...
...
@@ -47,7 +47,7 @@ CFLAGS = $(CFLAGS) $(JS_CFLAGS)
LDFLAGS
=
$(
LDFLAGS
)
$(
JS_LDFLAGS
)
!
include
sbbsdefs.mk
CFLAGS
=
$(
CFLAGS
)
$(
SBBSDEFS
)
MT_
CFLAGS
=
$(
MT_
CFLAGS
)
$(
SBBSDEFS
)
CON_LIBS
=
$(
UL_PRE
)
sbbs
$(
UL_SUF
)
$(
UL_PRE
)
ftpsrvr
$(
UL_SUF
)
$(
UL_PRE
)
websrvr
$(
UL_SUF
)
$(
UL_PRE
)
mailsrvr
$(
UL_SUF
)
$(
UL_PRE
)
services
$(
UL_SUF
)
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/sbbsdefs.mk
+
1
−
1
View file @
ba6c9cb1
...
...
@@ -4,4 +4,4 @@
# $Id$
SBBSDEFS
=
-DSBBS
-DSBBS_EXPORTS
-DSMB_EXPORTS
-D_THREAD_SAFE
-DRINGBUF_SEM
SBBSDEFS
=
-DSBBS
-DSBBS_EXPORTS
-DSMB_EXPORTS
-DRINGBUF_SEM
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