diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-02 21:24:51 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-02 21:24:51 (GMT) |
commit | b16c56f0ba765e736d4d2113d2a9d1bcd738a98a (patch) | |
tree | 38abb83b47181c2ee5f2599a71b80803816b3521 /PCbuild/python20.wse | |
parent | 231e22facb565ccd2fd68cf7a9544eb6435c8b0d (diff) | |
download | cpython-b16c56f0ba765e736d4d2113d2a9d1bcd738a98a.zip cpython-b16c56f0ba765e736d4d2113d2a9d1bcd738a98a.tar.gz cpython-b16c56f0ba765e736d4d2113d2a9d1bcd738a98a.tar.bz2 |
Teach Windows build and installer about new _symtable module/DLL.
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 b5c89f6..c38da55 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\_symtable.pyd + Destination=%MAINDIR%\DLLs\_symtable.pyd + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\PCbuild\_test.pyd Destination=%MAINDIR%\DLLs\_test.pyd Flags=0000000000000010 @@ -761,6 +766,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=%_SRC_%\PCbuild\_symtable.lib + Destination=%MAINDIR%\libs\_symtable.lib + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\PCbuild\_test.lib Destination=%MAINDIR%\libs\_test.lib Flags=0000000000000010 |