• Home
  • Raw
  • Download

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

1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 from sources using legacy versions of Visual Studio 2010 - 2013.
14 -help" for usage details.
17 cmake. Refer to INSTALL-CMAKE.md in the docs directory.
34 This structure allows for side-by-side compilation of curl on the same machine
39 Note: Typically this side-by-side compilation is generally only required when
55 | |_<architecture>
63 | |_<architecture>
69 |_<architecture>
73 As OpenSSL does not support side-by-side compilation when using different
75 with this. Please run `build-openssl -help` for usage details.
87 - VC10 (Visual Studio 2010 Version 10.0)
88 - VC11 (Visual Studio 2012 Version 11.0)
89 - VC12 (Visual Studio 2013 Version 12.0)
93 and curl-all.sln, respectively. We recommend using curl-all.sln to build both
97 use `VC10\curl-all.sln` to build curl and libcurl.
102 any third-party libraries (such as OpenSSL or libssh2) then you need to add
106 1. Open the 'curl-all.sln' or 'curl.sln' solutions
107 2. Right-click on the 'curl' project and select Properties
109 4. Add `PATH='Path to DLL';C:\Windows\System32;C:\Windows;C:\Windows\System32\Wbem`
114 DLL Debug - DLL OpenSSL (Win32):
119 DLL Debug - DLL OpenSSL (x64):
124 If you are using a configuration that uses multiple third-party library DLLs
125 (such as DLL Debug - DLL OpenSSL - DLL libssh2) then 'Path to DLL' need to
132 - `<platform>` - The platform (For example: Windows)
133 - `<ide>` - The IDE (For example: VC10)
134 - `<architecture>` - The platform architecture (For example: Win32, Win64)
135 - `<configuration>` - The target configuration (For example: DLL Debug, LIB
136 Release - LIB OpenSSL)