diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-02 06:33:04 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-02 06:33:04 (GMT) |
commit | 4d282decbe34aff2282aefd7e2c35ad463cbc198 (patch) | |
tree | 0a286db8b0875f30bb38b89aee3946fc99eeca0e /PCbuild/python20.wse | |
parent | 9ea17ac59570faab41e290f900057882f816fda6 (diff) | |
download | cpython-4d282decbe34aff2282aefd7e2c35ad463cbc198.zip cpython-4d282decbe34aff2282aefd7e2c35ad463cbc198.tar.gz cpython-4d282decbe34aff2282aefd7e2c35ad463cbc198.tar.bz2 |
Teach the Windows installer about the _test module.
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 1426940..b5c89f6 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -692,6 +692,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=%_SRC_%\PCbuild\_test.pyd + Destination=%MAINDIR%\DLLs\_test.pyd + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\PCbuild\_tkinter.pyd Destination=%MAINDIR%\DLLs\_tkinter.pyd Flags=0000000000000010 @@ -756,6 +761,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=%_SRC_%\PCbuild\_test.lib + Destination=%MAINDIR%\libs\_test.lib + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\PCbuild\_tkinter.lib Destination=%MAINDIR%\libs\_tkinter.lib Description=Extension modules |