Skip to content

Commit 99a3814

Browse files
committed
Updated Readme
Updated with new paths
1 parent 095ae85 commit 99a3814

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

contrib/win32/openssh/README.txt

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,20 @@ All projects import this targets file, and it should be in the same directory as
77

88
The custom paths are:
99

10-
OpenSSH-Src-Path = The directory path of the OpenSSH root source directory (with trailing slash)
11-
OpenSSH-Bin-Path = The directory path of the ___location to which binaries are placed. This is the output of the binary projects
12-
OpenSSH-Bin-Path = The directory path of the ___location to which libraries are placed. This is the output of the libary projects
13-
OpenSSL-Path = The directory that contains OpenSSL headers and libaraies.
14-
15-
Notes on OpenSSL path structure
16-
================================
17-
18-
The projects anticipate that the OpenSSL directory will contain sub directorires for Platform and Configuration for example:
19-
20-
OpenSSL -+- Win32 -+- Release -+- include
21-
| | |
22-
| | +- lib
23-
| |
24-
| +- Debug -+- include
25-
| |
26-
| +- lib
27-
|
28-
+- x64 -+- Release -+- include
29-
| |
30-
| +- lib
31-
|
32-
+- Debug -+- include
33-
|
34-
+- lib
10+
OpenSSH-Src-Path = The directory path of the OpenSSH root source directory (with trailing slash)
11+
OpenSSH-Bin-Path = The directory path of the ___location to which binaries are placed. This is the output of the binary projects
12+
OpenSSH-Lib-Path = The directory path of the ___location to which libraries are placed. This is the output of the libary projects
13+
OpenSSL-Win32-Release-Path = The directory path of OpenSSL statically linked compiled for Win32-Release. This path is used by all projects
14+
for the include path (since includes are the same for all configurations), and for the Win32-Release library
15+
paths
16+
OpenSSL-Win32-Debug-Path = The directory path of OpenSSL statically linked compiled for Win32-Debug. This path is used in the Win32-Debug
17+
library path
18+
OpenSSL-x64-Release-Path = The directory path of OpenSSL statically linked compiled for x64-Release. This path is used in the Win32-Release
19+
library path
20+
OpenSSL-x64-Debug-Path = The directory path of OpenSSL statically linked compiled for x64-Release. This path is used in the Win32-Release
21+
library path
22+
23+
3524

3625
The Release/Debug OpenSSL directories output is the standard 'install' output of OpenSSL compiled under Visual Studio 2015 using static c-runtimes.
3726

0 commit comments

Comments
 (0)