File tree Expand file tree Collapse file tree 1 file changed +14
-25
lines changed Expand file tree Collapse file tree 1 file changed +14
-25
lines changed Original file line number Diff line number Diff line change @@ -7,31 +7,20 @@ All projects import this targets file, and it should be in the same directory as
7
7
8
8
The custom paths are:
9
9
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
+
35
24
36
25
The Release/Debug OpenSSL directories output is the standard 'install' output of OpenSSL compiled under Visual Studio 2015 using static c-runtimes.
37
26
You can’t perform that action at this time.
0 commit comments