Subj : Re: standalone xpconnect for Windows To : netscape.public.mozilla.jseng From : David Bradley Date : Mon Apr 28 2003 10:12 am Doug Neumann wrote: > Are there any up-to-date instructions on building a standalone spidermonkey > with xpconnect capabilities? What I've found on old newsgroup postings > appears to be out of date as the build targets specified don't exist > anymore. Unfortunately the move to gmake didn't carry over all the XPConnect only build options. I see you are using nmake. What version are you trying to build? With gmake the XPCONNECT_STANDALONE environment variable still has some impact in the code, but it's not real useful without the build options. XPCOM_STANDALONE is old, as we now have the GRE (Geck Runtime Environment). You might find this useful -> http://www.mozilla.org/projects/embedding/MRE.html David .