diff options
author | Georg Brandl <georg@python.org> | 2008-05-25 07:45:51 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-25 07:45:51 (GMT) |
commit | 38feaf0fef244879411f094a7e68f542a6771dea (patch) | |
tree | 632d870bad650ece1724111091a2b307759ea997 /PC/VS7.1/python20.wse | |
parent | 2cb57a40b28f4680a1433d4640d99f4b2efe7165 (diff) | |
download | cpython-38feaf0fef244879411f094a7e68f542a6771dea.zip cpython-38feaf0fef244879411f094a7e68f542a6771dea.tar.gz cpython-38feaf0fef244879411f094a7e68f542a6771dea.tar.bz2 |
#2879: rename _winreg to winreg.
Diffstat (limited to 'PC/VS7.1/python20.wse')
-rw-r--r-- | PC/VS7.1/python20.wse | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/VS7.1/python20.wse b/PC/VS7.1/python20.wse index 6c1c387..8611b8e 100644 --- a/PC/VS7.1/python20.wse +++ b/PC/VS7.1/python20.wse @@ -1713,8 +1713,8 @@ item: Remark Text=Extension module DLLs (.pyd); keep in synch with libs directory next end item: Install File - Source=.\_winreg.pyd - Destination=%MAINDIR%\DLLs\_winreg.pyd + Source=.\winreg.pyd + Destination=%MAINDIR%\DLLs\winreg.pyd Description=Extension modules Flags=0000000000000010 end @@ -1809,8 +1809,8 @@ item: Remark Text=Link libraries (.lib); keep in synch with DLLs above, except that the Python lib lives here. end item: Install File - Source=.\_winreg.lib - Destination=%MAINDIR%\libs\_winreg.lib + Source=.\winreg.lib + Destination=%MAINDIR%\libs\winreg.lib Description=Link library files Flags=0000000000000010 end |