diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-12-04 04:00:12 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-12-04 04:00:12 (GMT) |
commit | 21d77f5e9cd77c4fb45038ed778306a1ec4ecfb9 (patch) | |
tree | 90737c56bc6ea7d0723e3e6a1b3090093ae2f23c /PCbuild/python20.wse | |
parent | b4ee4eb3b308d55bd0d8d5a1abb2015950934c77 (diff) | |
download | cpython-21d77f5e9cd77c4fb45038ed778306a1ec4ecfb9.zip cpython-21d77f5e9cd77c4fb45038ed778306a1ec4ecfb9.tar.gz cpython-21d77f5e9cd77c4fb45038ed778306a1ec4ecfb9.tar.bz2 |
Added _ssl.lib to the installer too. Restored alphabetical order of
DLL and lib sections.
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 29b69a1..175e65a 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1700,13 +1700,13 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=.\_ssl.pyd - Destination=%MAINDIR%\DLLs\_ssl.pyd + Source=.\_sre.pyd + Destination=%MAINDIR%\DLLs\_sre.pyd Flags=0000000000000010 end item: Install File - Source=.\_sre.pyd - Destination=%MAINDIR%\DLLs\_sre.pyd + Source=.\_ssl.pyd + Destination=%MAINDIR%\DLLs\_ssl.pyd Flags=0000000000000010 end item: Install File @@ -1791,6 +1791,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=.\_ssl.lib + Destination=%MAINDIR%\libs\_ssl.lib + Flags=0000000000000010 +end +item: Install File Source=.\_symtable.lib Destination=%MAINDIR%\libs\_symtable.lib Flags=0000000000000010 |