Subj : Building thread-safe SpiderMonkey for Win32 To : netscape.public.mozilla.jseng From : Bob Kline Date : Tue Mar 16 2004 10:03 am I'm working on providing the Sablotron (open-source XSL/T package) as much information as I can on making the Sablotron use of SpiderMonkey thread-safe, and I have a question about the WIN32 makefile (js.mak) shipped with the js-1.5-rc6.tar.gz tarball. Is there a less fragile way to maintain an environment which keeps up-to-date thread-safe builds of js32.lib/dll than to hand-edit each new version's js.mak to inject the definition for JS_THREADSAFE instructions to link in the NSPR library? Thanks! Bob Kline .