Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
8751fbc9
Commit
8751fbc9
authored
Oct 26, 2011
by
deuce
Browse files
Add Common.make and update Common.gmake to allow inclusion for libsbbs
dependencies.
parent
f314a742
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
src/sbbs3/Common.gmake
src/sbbs3/Common.gmake
+10
-8
src/sbbs3/Common.make
src/sbbs3/Common.make
+3
-0
No files found.
src/sbbs3/Common.gmake
View file @
8751fbc9
...
...
@@ -4,14 +4,16 @@
#
# Available options:
SBBS_SRC ?= $(XPDEV)/../sbbs3
CFLAGS += -I$(SBBS_SRC)
JS_CFLAGS += -DJAVASCRIPT
vpath %.c $(SBBS_SRC)
vpath %.cpp $(SBBS_SRC)
SBBS_SRC ?= $(SRC_ROOT)/sbbs3
SBBS_CFLAGS += -I$(SBBS_SRC)
SBBSDEFS :=
-include sbbsdefs.mk # defines $(SBBSDEFS)
MT_CFLAGS += $(SBBSDEFS)
SBBS_CFLAGS += $(SBBSDEFS)
SBBS_LDFLAGS += -L$(SBBS_SRC)/$(LIBODIR)
SBBSLIBS += -lsbbs
$(SBBS):
$(MAKE) -C $(SBBS_SRC) $(LIBODIR)$(DIRSEP)$(LIBPREFIX)sbbs$(SOFILE)
src/sbbs3/Common.make
0 → 100644
View file @
8751fbc9
# Available Options:
SBBS
=
$(SBBS_SRC)$(DIRSEP)$(LIBODIR)$(DIRSEP)$(LIBPREFIX)
sbbs
$(SOFILE)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment