X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=INSTALL.OS2;h=530316db180c8941efc6b6f3b2373e6334663229;hb=d7041ea5dec42326947781642ee330042b65609a;hp=d4cc0e319b3f8c9473041a10f18181af9eedf1f6;hpb=fbfcdc4cef0d9cf7dcda17d8744a03ea6b97857b;p=oweals%2Fopenssl.git 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.