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
2ae8c75e
Commit
2ae8c75e
authored
Apr 07, 2004
by
rswindell
Browse files
Path macros (e.g. XPDEV and SBBS_SRC) do not end in slash.
parent
8a8c5102
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/sbbs3/Common.gmake
src/sbbs3/Common.gmake
+4
-4
No files found.
src/sbbs3/Common.gmake
View file @
2ae8c75e
...
...
@@ -5,23 +5,23 @@
# Available options:
# NEED_JAVASCRIPT = Set flags for use with JS
SBBS_SRC ?= $(XPDEV)../sbbs3
/
SBBS_SRC ?= $(XPDEV)
/
../sbbs3
CFLAGS += -I$(SBBS_SRC)
JS_CFLAGS += -DJAVASCRIPT
ifdef JSINCLUDE
JS_CFLAGS += -I$(JSINCLUDE)
else
JS_CFLAGS += -I$(XPDEV)../../include/mozilla/js
JS_CFLAGS += -I$(XPDEV)
/
../../include/mozilla/js
endif
ifndef JSLIBDIR
JSLIBDIR := $(XPDEV)../../lib/mozilla/js/$(machine).$(BUILD)
JSLIBDIR := $(XPDEV)
/
../../lib/mozilla/js/$(machine).$(BUILD)
endif
ifndef JSLIB
JSLIB := js
endif
ifndef NSPRDIR
NSPRDIR := $(XPDEV)../../lib/mozilla/nspr/$(machine).$(BUILD)
NSPRDIR := $(XPDEV)
/
../../lib/mozilla/nspr/$(machine).$(BUILD)
endif
JS_LDFLAGS += -L$(JSLIBDIR) -l$(JSLIB)
#The following is needed for nspr support on Linux
...
...
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