diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-17 23:23:13 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-17 23:23:13 (GMT) |
commit | 97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e (patch) | |
tree | 77008903f9a4ef28cae03a710de92279618a52c8 /PCbuild/python20.wse | |
parent | 6425efe9aeb27fb698553b4cfcd925517052df72 (diff) | |
download | cpython-97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e.zip cpython-97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e.tar.gz cpython-97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e.tar.bz2 |
Windows: 2.1a1 changes so Python runs again. Note that the python20
subproject is gone, replaced by the new pythoncore subproject.
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index ce34a33..3e0e7ab 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -817,8 +817,8 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=%_SRC_%\PCbuild\python20.lib - Destination=%MAINDIR%\libs\python20.lib + Source=%_SRC_%\PCbuild\python21.lib + Destination=%MAINDIR%\libs\python21.lib Flags=0000000000000010 end item: Remark @@ -840,8 +840,8 @@ item: Remark Text=*** Main Python DLL *** end item: Install File - Source=%_SRC_%\pcbuild\python20.dll - Destination=%DLLDEST%\python20.dll + Source=%_SRC_%\pcbuild\python21.dll + Destination=%DLLDEST%\python21.dll Flags=0000000000000010 end item: Install File |