diff options
author | Thomas Heller <theller@ctypes.org> | 2006-04-15 20:43:22 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-04-15 20:43:22 (GMT) |
commit | 112d4ec7d5cd2113d62039cd2d59a410fe61fceb (patch) | |
tree | 0371fc04527fedc2387ac642abeaa671b936347c /PCbuild | |
parent | eb6f1835b1ba7277bca96059fc28f36e774b89a6 (diff) | |
download | cpython-112d4ec7d5cd2113d62039cd2d59a410fe61fceb.zip cpython-112d4ec7d5cd2113d62039cd2d59a410fe61fceb.tar.gz cpython-112d4ec7d5cd2113d62039cd2d59a410fe61fceb.tar.bz2 |
Fix typo.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index c6787be..6db30af 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -381,7 +381,7 @@ Extension modules The file db.build should be copied from the Python PCBuild directory to the directory db-4.4.20\build_win32. - The file db_static.vcproj in db-4.4.20\build_win32 sould be edited to + The file db_static.vcproj in db-4.4.20\build_win32 should be edited to remove the string "$(SolutionDir)" - this occurs in 2 places, only relevant for 64-bit builds. (The edit is required as otherwise, nant wants to read the solution file, which is not in a suitable form). |