diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-01 05:10:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-01 05:10:02 (GMT) |
commit | ca873eddd5e78b446a5ef1e9d8531e671aa6f17c (patch) | |
tree | a8e42f84ba57906b1d99c52046f4f5f6052459bf /PCbuild/readme.txt | |
parent | 0de88fc4b108751b86443852b6741680d704168f (diff) | |
download | cpython-ca873eddd5e78b446a5ef1e9d8531e671aa6f17c.zip cpython-ca873eddd5e78b446a5ef1e9d8531e671aa6f17c.tar.gz cpython-ca873eddd5e78b446a5ef1e9d8531e671aa6f17c.tar.bz2 |
Windows build: update for 2.1a2, + get ucnhash out of the installer.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 9cabf89..255a53b 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -91,6 +91,8 @@ bsddb This builds bsddb\Port\win32\db.lib, which the MSVC project links in. Note that if you're running Win9X, you'll need to run vcvars32.bat before running nmake (this batch file is in your MSVC installation). + 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 |