X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=INSTALL.W32;h=8a875cf0beff027a656411da651690cdedc0538f;hp=3de6544fc5e7220d826097954266954b90ee1bef;hb=1d3159bccaa400d6966005b9bc49cca1f6719962;hpb=0a8a99785b5346cac72be67ff05f1bda03ca85f9 diff --git a/INSTALL.W32 b/INSTALL.W32 index 3de6544fc5..8a875cf0be 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -2,6 +2,8 @@ INSTALLATION ON THE WIN32 PLATFORM ---------------------------------- + [Instructions for building for Windows CE can be found in INSTALL.WCE] + Heres a few comments about building OpenSSL in Windows environments. Most of this is tested on Win32 but it may also work in Win 3.1 with some modification. @@ -82,7 +84,8 @@ There are various changes you can make to the Win32 compile environment. By default the library is not compiled with debugging symbols. If you add 'debug' to the mk1mf.pl lines in the do_* batch file then debugging symbols will be - compiled in. + compiled in. Note that mk1mf.pl expects the platform to be the last argument + on the command line, so 'debug' must appear before that, as all other options. The default Win32 environment is to leave out any Windows NT specific features.