diff options
author | Caolán McNamara <cmc@openoffice.org> | 2009-11-09 08:39:23 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2009-11-09 08:39:23 +0000 |
commit | 090fcf08e7f30171b6f9b277a0b2617b38aa7ba1 (patch) | |
tree | 7e67af549f7717353e436a02814290fb3ae23607 /python/prj | |
parent | 06eee2b4388fa8d4250c04e6338ea99e80ea9a89 (diff) |
pythonssldedux: #i106542# build python ssl module for ssl email support
Diffstat (limited to 'python/prj')
-rw-r--r-- | python/prj/build.lst | 2 | ||||
-rw-r--r-- | python/prj/d.lst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/python/prj/build.lst b/python/prj/build.lst index e7421332a750..f5ea98adcd4e 100644 --- a/python/prj/build.lst +++ b/python/prj/build.lst @@ -1,3 +1,3 @@ -py python : SO:so_prereq solenv NULL +py python : SO:so_prereq solenv OPENSSL:openssl NULL py python nmake - w,vc7 py_mkout NULL py python nmake - u py_mkout NULL diff --git a/python/prj/d.lst b/python/prj/d.lst index 3ea7a063902c..def1bb84a414 100644 --- a/python/prj/d.lst +++ b/python/prj/d.lst @@ -94,6 +94,7 @@ symlink: %_DEST%\lib%_EXT%\libpython2.6.so.1.0 %_DEST%\lib%_EXT%\libpython2.6.so ..\%__SRC%\misc\build\Python-2.6.1\PCbuild\python26.dll %_DEST%\bin%_EXT%\python26.dll ..\%__SRC%\misc\build\Python-2.6.1\PCbuild\python26.lib %_DEST%\lib%_EXT%\python26.lib ..\%__SRC%\misc\build\Python-2.6.1\PCbuild\_socket.pyd %_DEST%\lib%_EXT%\python\_socket.pyd +..\%__SRC%\misc\build\Python-2.6.1\PCbuild\_ssl.pyd %_DEST%\lib%_EXT%\python\_ssl.pyd ..\%__SRC%\misc\build\Python-2.6.1\PCbuild\select.pyd %_DEST%\lib%_EXT%\python\select.pyd ..\%__SRC%\misc\build\Python-2.6.1\PCbuild\unicodedata.pyd %_DEST%\lib%_EXT%\python\unicodedata.pyd ..\%__SRC%\misc\build\Python-2.6.1\PCbuild\winsound.pyd %_DEST%\lib%_EXT%\python\winsound.pyd |