diff options
author | Mark Hammond <mhammond@skippinet.com.au> | 2002-12-03 06:02:59 (GMT) |
---|---|---|
committer | Mark Hammond <mhammond@skippinet.com.au> | 2002-12-03 06:02:59 (GMT) |
commit | fbac75fc426f89ab8b7104ce36aa2ffc3722a6b8 (patch) | |
tree | cf075de6c7c46aff33c7fb41d2a4abf52073eb8e /PCbuild | |
parent | f229f9f1e71ae9c40755e533afa0c29b0d452807 (diff) | |
download | cpython-fbac75fc426f89ab8b7104ce36aa2ffc3722a6b8.zip cpython-fbac75fc426f89ab8b7104ce36aa2ffc3722a6b8.tar.gz cpython-fbac75fc426f89ab8b7104ce36aa2ffc3722a6b8.tar.bz2 |
Add _ssl.pyd to the list of files to be installed by Wise.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index bafa2b8..29b69a1 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1700,6 +1700,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=.\_ssl.pyd + Destination=%MAINDIR%\DLLs\_ssl.pyd + Flags=0000000000000010 +end +item: Install File Source=.\_sre.pyd Destination=%MAINDIR%\DLLs\_sre.pyd Flags=0000000000000010 |