summaryrefslogtreecommitdiff
path: root/INSTALL.OS2
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-17 13:27:43 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-17 13:27:43 +0000
commitcd4c36adb8cf159a1ea86a3e0b1ff2f222016937 (patch)
treeaaf7447eaa707fff79184a369fa995130ed36f2e /INSTALL.OS2
parent311e209931ab32ea5ff4d69088ecabf85eee2680 (diff)
downloadopenssl-new-cd4c36adb8cf159a1ea86a3e0b1ff2f222016937.tar.gz
Add support for shared libraries with OS/2.
PR: 124
Diffstat (limited to 'INSTALL.OS2')
-rw-r--r--INSTALL.OS29
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL.OS2 b/INSTALL.OS2
index d4cc0e319b..530316db18 100644
--- a/INSTALL.OS2
+++ b/INSTALL.OS2
@@ -20,3 +20,12 @@
If that finishes successfully you will find the libraries and programs in the
"out" directory.
+
+ Alternatively, you can make a dynamic build that puts the library code into
+ crypto.dll and ssl.dll by running
+
+ > make -f os2-emx-dll.mak
+
+ This will build the above mentioned dlls and a matching pair of import
+ libraries in the "out_dll" directory along with the set of test programs
+ and the openssl application.