From 8c16829ebd8de96334818b2bc5a5e314b001d18c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 17 Mar 2016 10:08:25 +0100 Subject: Add install targets for Windows On Windows, we set INSTALLTOP to default as follows: VC-WIN32: PREFIX: %ProgramFiles(x86)%\OpenSSL OPENSSLDIR: %CommonProgramFiles(x86)%\SSL VC-WIN64*: PREFIX: %ProgramW6432%\OpenSSL OPENSSLDIR: %CommonProgramW6432%\SSL Should those environment variables be missing, the following is used as fallback: PREFIX: %ProgramFiles%\OpenSSL OPENSSLDIR: %CommonProgramFiles%\SSL Reviewed-by: Andy Polyakov --- NOTES.WIN | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'NOTES.WIN') diff --git a/NOTES.WIN b/NOTES.WIN index 969923914a..af924c85b2 100644 --- a/NOTES.WIN +++ b/NOTES.WIN @@ -22,6 +22,31 @@ supported. + Visual C++ (native Windows) + --------------------------- + + Installation directories + + The default installation directories are derived from environment + variables. + + For VC-WIN32, the following defaults are use: + + PREFIX: %ProgramFiles(86)%\OpenSSL + OPENSSLDIR: %CommonProgramFiles(86)%\SSL + + For VC-WIN32, the following defaults are use: + + PREFIX: %ProgramW6432%\OpenSSL + OPENSSLDIR: %CommonProgramW6432%\SSL + + Should those environment variables not exist (on a pure Win32 + installation for examples), these fallbacks are used: + + PREFIX: %ProgramFiles%\OpenSSL + OPENSSLDIR: %CommonProgramFiles%\SSL + + GNU C (Cygwin) -------------- @@ -54,7 +79,7 @@ with "conventional" Windows binaries you generate with/for MinGW. GNU C (MinGW/MSYS) - ------------- + ------------------ * Compiler and shell environment installation: -- cgit v1.2.1