diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-04 03:09:53 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-04 03:09:53 (GMT) |
commit | d66595fe423227f3bf8ea4867df5d27c6d2764e1 (patch) | |
tree | 678405a81330c78c8525ddc817350654c04dfaee /PCbuild/python20.wse | |
parent | 693291ba23d6406af58dd46066748a8d713fd1ba (diff) | |
download | cpython-d66595fe423227f3bf8ea4867df5d27c6d2764e1.zip cpython-d66595fe423227f3bf8ea4867df5d27c6d2764e1.tar.gz cpython-d66595fe423227f3bf8ea4867df5d27c6d2764e1.tar.bz2 |
Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!
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 c38da55..1568c14 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -697,8 +697,8 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=%_SRC_%\PCbuild\_test.pyd - Destination=%MAINDIR%\DLLs\_test.pyd + Source=%_SRC_%\PCbuild\_testcapi.pyd + Destination=%MAINDIR%\DLLs\_testcapi.pyd Flags=0000000000000010 end item: Install File @@ -771,8 +771,8 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=%_SRC_%\PCbuild\_test.lib - Destination=%MAINDIR%\libs\_test.lib + Source=%_SRC_%\PCbuild\_testcapi.lib + Destination=%MAINDIR%\libs\_testcapi.lib Flags=0000000000000010 end item: Install File |