Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-04 16:32:38 +0400
committerRichard Levitte <levitte@openssl.org>2002-10-04 16:32:38 +0400
commit1801bc06587f57457ef375619be835326873c30a (patch)
treefa3603489891e8baf3f96c1270a9b24399d0c18d /INSTALL.W32
parentebbad107bfcf4b2034957ae43d005dd980ff8f17 (diff)
Add a small note saying the 'debug' option should come before the platform in
the arguments to mk1mf.pl. PR: 298
Diffstat (limited to 'INSTALL.W32')
-rw-r--r--INSTALL.W323
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.W32 b/INSTALL.W32
index 3de6544fc5..8b22d9d05f 100644
--- a/INSTALL.W32
+++ b/INSTALL.W32
@@ -82,7 +82,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.