diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-03-13 19:35:53 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-03-13 19:35:53 (GMT) |
commit | 32d996f8b88f8cfa355f3c1ae9560d7ae955b3f8 (patch) | |
tree | b6280a1c50af3fc5774431820dc93135a5f6a100 /PCbuild | |
parent | b091241d9bdf06caf66b807327c3dfa698721959 (diff) | |
download | cpython-32d996f8b88f8cfa355f3c1ae9560d7ae955b3f8.zip cpython-32d996f8b88f8cfa355f3c1ae9560d7ae955b3f8.tar.gz cpython-32d996f8b88f8cfa355f3c1ae9560d7ae955b3f8.tar.bz2 |
Trimmed trailing whitespace.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index bcd687f..edc9d92 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -160,7 +160,7 @@ _bsddb devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static - Alternatively, if you want to start with the original sources, + Alternatively, if you want to start with the original sources, go to Sleepycat's download page: http://www.sleepycat.com/downloads/releasehistorybdb.html @@ -219,7 +219,7 @@ _bsddb - build BerkeleyDB with the solution configuration matching the target ("Release IA64" for Itanium, "Release AMD64" for AMD64), e.g. devenv db-4.4.20\build_win32\Berkeley_DB.sln /build "Release AMD64" /project db_static /useenv - + _ssl Python wrapper for the secure sockets library. |