diff --git a/mozilla/extensions/python/xpcom/doc/configure.html b/mozilla/extensions/python/xpcom/doc/configure.html
index a4c2dc798db..cbeeac13343 100644
--- a/mozilla/extensions/python/xpcom/doc/configure.html
+++ b/mozilla/extensions/python/xpcom/doc/configure.html
@@ -40,7 +40,7 @@ process, or the configure; gmake process used by Linux.
Building
- From the top-level Mozilla directory, execute ./configure
- --enable-extensions=extensions/pyxpcom. As per the Mozilla build
+ --enable-extensions=python/xpcom. As per the Mozilla build
instructions, you may add this option to your .mozconfig file.
If you wish to enable debugging, just enable it as you would normally for
Mozilla; PyXPCOM will pick up the same settings.
@@ -51,25 +51,6 @@ process, or the configure; gmake process used by Linux.
built. Alternatively, change to the top-level PyXPCOM directory and
execute gmake in that directory.
-Windows makefile.win Instructions
-Windows builds still support the Windows makefile.win build process. You can
-build them by performing the following steps
-Preparing for the build
-
- - Ensure your machine is setup to build Mozilla and XPCOM itself.
- - Set PYTHON_SRC to point to your Python source root directory. This
- can either be the root of a "binary" install (with headers and
- libraries) or a Python source tree.
-
-Building
-
- - Change to the mozilla/extensions/python/xpcom directory.
- - Run nmake -f makefile.win. This should build the extensions
- and install them into the {mozilla-dist-directory}/bin/Python
- directory.
- - Change to the xpcom/test directory, and run python regrtest.py (or python_d
- regrtest.py for debug builds)
-
PyXPCOM outside Mozilla
When you are using PyXPCOM from inside mozilla, no additional configuration
options should be necessary. However, if you wish to use PyXPCOM from