Subj : standalone xpconnect for Windows To : netscape.public.mozilla.jseng From : "Doug Neumann" Date : Thu Apr 24 2003 09:28 pm 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. Just for reference, the following doesn't appear to work: set XPCOM_STANDALONE=1 (a grep of the source tree couldn't find this env variable referenced anywhere) set XPCONNECT_STANDALONE=1 nmake /f client.mak pull_xpconnect depend_xpconnect build_xpconnect I've also found instructions to try: set XPCOM_STANDALONE=1 set XPCONNECT_STANDALONE=1 nmake -f client.mak build_xpconnect Thanks, -Doug .