• Home
  • Raw
  • Download

Lines Matching +full:windows +full:- +full:vc14

23 rem * SPDX-License-Identifier: curl
28 rem Check we are running on a Windows NT derived OS
44 rem Visual Studio was x86-only prior to 14.3
45 if /i "%~1" == "vc14.3" (
74 ) else if /i "%~1" == "vc14" (
76 set VC_DESC=VC14
79 ) else if /i "%~1" == "vc14.1" (
81 set VC_DESC=VC14.10
84 rem Determine the VC14.1 path based on the installed edition in descending
93 ) else if /i "%~1" == "vc14.2" (
95 set VC_DESC=VC14.20
98 rem Determine the VC14.2 path based on the installed edition in descending
107 ) else if /i "%~1" == "vc14.3" (
109 set VC_DESC=VC14.30
112 rem Determine the VC14.3 path based on the installed edition in descending
129 ) else if /i "%~1" == "-?" (
131 ) else if /i "%~1" == "-h" (
133 ) else if /i "%~1" == "-help" (
203 rem Perform 64-bit Debug Build
214 rem Perform 64-bit Release Build
232 rem Perform 32-bit Debug Build
243 rem Perform 32-bit Release Build
309 -p:CustomAfterMicrosoftCommonTargets="%~dp0\wolfssl_override.props" ^
310 -p:Configuration="%MSBUILD_CONFIG%" ^
311 -p:Platform="%MSBUILD_PLATFORM%" ^
312 -p:PlatformToolset="%VC_TOOLSET%" ^
313 -p:OutDir="%MSBUILD_OUTDIR%\\" ^
314 -p:IntDir="%MSBUILD_OUTDIR%\obj\\"
344 echo Usage: build-wolfssl ^<compiler^> [platform] [configuration] [directory]
349 echo vc10 - Use Visual Studio 2010
350 echo vc11 - Use Visual Studio 2012
351 echo vc12 - Use Visual Studio 2013
352 echo vc14 - Use Visual Studio 2015
353 echo vc14.1 - Use Visual Studio 2017
354 echo vc14.2 - Use Visual Studio 2019
355 echo vc14.3 - Use Visual Studio 2022
360 echo x86 - Perform a 32-bit build
361 echo x64 - Perform a 64-bit build
368 echo debug - Perform a debug build
369 echo release - Perform a release build
376 echo directory - Specifies the wolfSSL source directory
389 echo Error: Only a Windows NT based Operating System is supported
404 echo Error: %VC_DESC% does not support 64-bit builds