diff --git a/mozilla/extensions/python/xpcom/doc/configure.html b/mozilla/extensions/python/xpcom/doc/configure.html index b27e46ab04f..d56f3a5585f 100644 --- a/mozilla/extensions/python/xpcom/doc/configure.html +++ b/mozilla/extensions/python/xpcom/doc/configure.html @@ -19,6 +19,23 @@ built Mozilla from source and your environment is currently set up for such a build - see the Mozilla build documentation for more information.
+Windows builds now use the standard Mozilla build process. You can +build them by performing the following steps
+These instructions apply to Linux, and hopefully soon they will die!
This section covers:
For this example, we will assume that the source-code for Mozilla is in C:\src\mozilla, -the source-code for the PyXPCOM package is in c:\src\pyxpcom. Further, we assume -that you have Python 2.0 installed in C:\Python20, and wish to install -the built Python XPCOM package so it exists in C:\Python20\xpcom.
-To build the package in this environment, you would perform the following -steps:
-NOTE: To build a Debug version of the Python XPCOM library, you can add DEBUG=1 -to the nmake command-line.
-If everything appears to work and you are brave, you may also like to execute -make -f makefile.stupid.win test to execute the test script. -Otherwise, continue to the following section where we confirm the installation -step-by-step.
For this example, we will assume that the source-code for Mozilla is in ~/src/mozilla, the source-code for the PyXPCOM package is in ~/src/pyxpcom. Further, we assume diff --git a/mozilla/extensions/python/xpcom/readme.html b/mozilla/extensions/python/xpcom/readme.html index af985f39f20..11b947b96fc 100644 --- a/mozilla/extensions/python/xpcom/readme.html +++ b/mozilla/extensions/python/xpcom/readme.html @@ -14,7 +14,7 @@
Version 0.91 - January 2001
+Mozilla CVS Version - Last updated April 2001
This is the readme for the Python interface to XPCOM.
XPCOM is an acronym for "Cross Platform COM". It has come out of the Mozilla project, which