• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:add +full:- +full:architecture

1 <!--
4 SPDX-License-Identifier: curl
5 -->
24 This structure allows for side-by-side compilation of curl on the same machine
29 Note: Typically this side-by-side compilation is generally only required when
45 | |_<architecture>
53 | |_<architecture>
59 |_<architecture>
63 As OpenSSL and wolfSSL don't support side-by-side compilation when using
65 provided to assist with this. Please run `build-openssl -help` and/or
66 `build-wolfssl -help` for usage details.
78 - VC10 (Visual Studio 2010 Version 10.0)
79 - VC11 (Visual Studio 2012 Version 11.0)
80 - VC12 (Visual Studio 2013 Version 12.0)
81 - VC14 (Visual Studio 2015 Version 14.0)
82 - VC14.10 (Visual Studio 2017 Version 15.0)
83 - VC14.30 (Visual Studio 2022 Version 17.0)
87 and curl-all.sln, respectively. We recommend using curl-all.sln to build both
91 use `VC14.30\curl-all.sln` to build curl and libcurl.
96 any third-party libraries (such as OpenSSL, wolfSSL or LibSSH2) then you will
97 need to add the search path of these DLLs to the configuration's PATH
100 1. Open the 'curl-all.sln' or 'curl.sln' solutions
101 2. Right-click on the 'curl' project and select Properties
103 4. Add `PATH='Path to DLL';C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem`
108 DLL Debug - DLL OpenSSL (Win32):
113 DLL Debug - DLL OpenSSL (x64):
118 DLL Debug - DLL wolfSSL (Win32):
123 DLL Debug - DLL wolfSSL (x64):
128 If you are using a configuration that uses multiple third-party library DLLs
129 (such as DLL Debug - DLL OpenSSL - DLL LibSSH2) then 'Path to DLL' will need
136 - `<platform>` - The platform (For example: Windows)
137 - `<ide>` - The IDE (For example: VC10)
138 - `<architecture>` - The platform architecture (For example: Win32, Win64)
139 - `<configuration>` - The target configuration (For example: DLL Debug, LIB
140 Release - LIB OpenSSL)
144 files. Please run "generate -help" for usage details.