Lines Matching refs:if

29   if not "%OS%" == "Windows_NT" goto nodos
39 if defined PROGRAMFILES (
43 if defined PROGRAMFILES(x86) (
45 if /i "%~1" == "vc14.3" (
54 if /i "%~1" == "" goto syntax
57 if "%~1" == "" goto prerequisites
59 if /i "%~1" == "vc10" (
64 ) else if /i "%~1" == "vc11" (
69 ) else if /i "%~1" == "vc12" (
74 ) else if /i "%~1" == "vc14" (
79 ) else if /i "%~1" == "vc14.1" (
86 if exist "%PF%\Microsoft Visual Studio\2017\Enterprise\VC" (
88 ) else if exist "%PF%\Microsoft Visual Studio\2017\Professional\VC" (
93 ) else if /i "%~1" == "vc14.2" (
100 if exist "%PF%\Microsoft Visual Studio\2019\Enterprise\VC" (
102 ) else if exist "%PF%\Microsoft Visual Studio\2019\Professional\VC" (
107 ) else if /i "%~1" == "vc14.3" (
114 if exist "%PF%\Microsoft Visual Studio\2022\Enterprise\VC" (
116 ) else if exist "%PF%\Microsoft Visual Studio\2022\Professional\VC" (
121 ) else if /i "%~1" == "x86" (
123 ) else if /i "%~1" == "x64" (
125 ) else if /i "%~1" == "debug" (
127 ) else if /i "%~1" == "release" (
129 ) else if /i "%~1" == "-?" (
131 ) else if /i "%~1" == "-h" (
133 ) else if /i "%~1" == "-help" (
136 if not defined START_DIR (
147 if not defined VC_VER goto syntax
149 rem Default the start directory if one isn't specified
150 if not defined START_DIR set "START_DIR=%DEFAULT_START_DIR%"
153 if not defined PF goto nopf
156 if not exist "%PF%\%VC_PATH%" goto novc
159 if not exist "%START_DIR%" goto nowolfssl
162 if "%BUILD_PLATFORM%" == "" set BUILD_PLATFORM=%OS_PLATFORM%
164 if "%BUILD_PLATFORM%" == "x86" (
166 ) else if "%BUILD_PLATFORM%" == "x64" (
167 if "%VC_VER%" == "10.0" set VCVARS_PLATFORM=%BUILD_PLATFORM%
168 if "%VC_VER%" == "11.0" set VCVARS_PLATFORM=amd64
169 if "%VC_VER%" == "12.0" set VCVARS_PLATFORM=amd64
170 if "%VC_VER%" == "14.0" set VCVARS_PLATFORM=amd64
171 if "%VC_VER%" == "14.1" set VCVARS_PLATFORM=amd64
172 if "%VC_VER%" == "14.2" set VCVARS_PLATFORM=amd64
173 if "%VC_VER%" == "14.3" set VCVARS_PLATFORM=amd64
180 if "%VC_VER%" == "14.1" (
182 ) else if "%VC_VER%" == "14.2" (
184 ) else if "%VC_VER%" == "14.3" (
192 if defined START_DIR cd /d %START_DIR%
198 if not exist %OUTDIR% md %OUTDIR%
200 if "%BUILD_CONFIG%" == "release" goto x64release
206 if errorlevel 1 goto error
209 if errorlevel 1 goto error
211 if "%BUILD_CONFIG%" == "debug" goto success
217 if errorlevel 1 goto error
220 if errorlevel 1 goto error
227 if not exist %OUTDIR% md %OUTDIR%
229 if "%BUILD_CONFIG%" == "release" goto x86release
235 if errorlevel 1 goto error
238 if errorlevel 1 goto error
240 if "%BUILD_CONFIG%" == "debug" goto success
246 if errorlevel 1 goto error
249 if errorlevel 1 goto error
265 if not exist wolfssl64.sln (
273 if "%MSBUILD_CONFIG%" == "Debug" (
275 ) else if "%MSBUILD_CONFIG%" == "Release" (
277 ) else if "%MSBUILD_CONFIG%" == "DLL Debug" (
279 ) else if "%MSBUILD_CONFIG%" == "DLL Release" (
287 if not "%MSBUILD_PLATFORM%" == "Win32" if not "%MSBUILD_PLATFORM%" == "x64" (
294 if %ERRORLEVEL% neq 0 (
301 if %ERRORLEVEL% neq 0 (
316 if %ERRORLEVEL% neq 0 (
326 if %ERRORLEVEL% neq 0 (
413 if "%OS%" == "Windows_NT" endlocal
417 if defined SUCCESSFUL_BUILDS (