Skip to content
Snippets Groups Projects
Commit 5ad9d4fd authored by deuce's avatar deuce
Browse files

Add support for passing JSLIBDIR

parent 9ac1f921
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@
# SBBSUSER = Owner for the installed files
# SBBSGROUP = Group for the installed files
# NOCVS = do not do CVS update
# JSLIB = Full path and filename to JavaScript library.
# JSLIB = Library name of JavaScript library.
# JSLIBDIR = Full path to JavaScript library
# CVSTAG = CVS tag to pull
# NO_X = Don't include build conio library (ciolib) for X
# NO_GLADE = Don't build Glade-based sysop tools
......@@ -86,6 +87,10 @@ ifdef JSLIB
MKFLAGS += JSLIB=$(JSLIB)
endif
ifdef JSLIBDIR
MKFLAGS += JSLIBDIR=$(JSLIBDIR)
endif
ifdef NO_X
MKFLAGS += NO_X=$(NO_X)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment