Skip to content
Snippets Groups Projects
Commit 048f6e7c authored by deuce's avatar deuce
Browse files

Use nspr lib for threadsafe JS. You will need to check out the nspr libs

and update your js libs.

cd /sbbs
cvs -d :pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs update lib/mozilla/js
cvs -d :pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs co lib/mozilla/nspr
parent 570f0114
Branches
Tags
No related merge requests found
......@@ -129,7 +129,7 @@ endif
ifdef JSLIB
LIBS += $(JSLIB)
else
LIBS += ../../lib/mozilla/js/$(os).$(BUILD)/libjs.a
LIBS += ../../lib/mozilla/js/$(os).$(BUILD)/libjs.a ../../lib/mozilla/nspr/$(os).$(BUILD)/libnspr4.a
endif
# The following are needed for echocfg (uses UIFC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment