summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-02-13 23:56:46 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-02-13 23:56:46 (GMT)
commitb012a15c424d683daab0779d0be2e7a19dd60030 (patch)
tree15aa7856701148b7abf4b9dcf60c1627eaa9044f /PCbuild
parent0c1ceaf66ddb8cdaecd9d43f4f47abb8151a1ddb (diff)
downloadcpython-b012a15c424d683daab0779d0be2e7a19dd60030.zip
cpython-b012a15c424d683daab0779d0be2e7a19dd60030.tar.gz
cpython-b012a15c424d683daab0779d0be2e7a19dd60030.tar.bz2
Finish the pyexpat rework for Windows: builders needn't suck down the
Expat installer from SF anymore, and the installer shouldn't install expat.dll anymore.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/python20.wse11
-rw-r--r--PCbuild/readme.txt13
2 files changed, 3 insertions, 21 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index 0932e65..721e4e6 100644
--- a/PCbuild/python20.wse
+++ b/PCbuild/python20.wse
@@ -1832,17 +1832,6 @@ end
item: Remark
end
item: Remark
- Text=More DLLs
-end
-item: Install File
- Source=..\..\expat\libs\expat.dll
- Destination=%MAINDIR%\DLLs\expat.dll
- Description=Expat library
- Flags=0000000000000010
-end
-item: Remark
-end
-item: Remark
Text=Main Python DLL
end
item: Remark
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 8680e7d..efec1bb 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -52,6 +52,9 @@ mmap
mmapmodule.c
parser
the parser module
+pyexpat
+ Python wrapper for accelerated XML parsing, which incorporates stable
+ code from the Expat project: http://sourceforge.net/projects/expat/
select
selectmodule.c
unicodedata
@@ -99,16 +102,6 @@ bsddb
TODO: make this work like zlib (in particular, MSVC runs the prelink
step in an enviroment that already has the correct envars set up).
-pyexpat
- Python wrapper for accelerated XML parsing. Requires the Windows
- expat_win32bin installer from
- http://sourceforge.net/projects/expat/
- Currently using version 1.95.2.
- Install into dist\expat.
- You should also copy expat\Libs\expat.dll into your PCbuild directory,
- else at least two tests will fail (test_pyexpat and test_sax), and
- others will erroneously get skipped (at least test_minidom).
-
NOTE ON CONFIGURATIONS
----------------------