Lines Matching refs:if

28   if not "%OS%" == "Windows_NT" goto nodos
41 if /i "%~1" == "" goto syntax
44 if defined PROGRAMFILES (
48 if defined PROGRAMFILES(x86) (
50 if /i "%~1" == "vc14.3" (
59 if not "%~1" == "" (
60 if /i "%~1" == "vc10" (
64 ) else if /i "%~1" == "vc11" (
68 ) else if /i "%~1" == "vc12" (
72 ) else if /i "%~1" == "vc14" (
76 ) else if /i "%~1" == "vc14.1" (
82 if exist "%PF%\Microsoft Visual Studio\2017\Enterprise\VC" (
84 ) else if exist "%PF%\Microsoft Visual Studio\2017\Professional\VC" (
89 ) else if /i "%~1" == "vc14.2" (
95 if exist "%PF%\Microsoft Visual Studio\2019\Enterprise\VC" (
97 ) else if exist "%PF%\Microsoft Visual Studio\2019\Professional\VC" (
102 ) else if /i "%~1" == "vc14.3" (
108 if exist "%PF%\Microsoft Visual Studio\2022\Enterprise\VC" (
110 ) else if exist "%PF%\Microsoft Visual Studio\2022\Professional\VC" (
115 ) else if /i "%~1%" == "x86" (
117 ) else if /i "%~1%" == "x64" (
119 ) else if /i "%~1%" == "debug" (
121 ) else if /i "%~1%" == "release" (
123 ) else if /i "%~1" == "-?" (
125 ) else if /i "%~1" == "-h" (
127 ) else if /i "%~1" == "-help" (
129 ) else if /i "%~1" == "-VSpath" (
130 if "%~2" == "" (
138 ) else if /i "%~1" == "-perlpath" (
139 if "%~2" == "" (
148 if not defined START_DIR (
160 if not defined VC_VER goto syntax
162 rem Default the start directory if one isn't specified
163 if not defined START_DIR set START_DIR=..\..\openssl
165 if not defined ABS_VC_PATH (
167 if not defined PF goto nopf
172 if not exist "%ABS_VC_PATH%" goto novc
174 if not defined PERL_PATH (
177 if errorlevel 1 (
178 rem It isn't so check we have it installed and set the path if it is
179 if exist "%SystemDrive%\Perl" (
182 if exist "%SystemDrive%\Perl64" (
194 if not exist "%START_DIR%" goto noopenssl
197 if "%BUILD_PLATFORM%" == "" (
198 if "%VC_VER%" == "6.0" (
200 ) else if "%VC_VER%" == "7.0" (
202 ) else if "%VC_VER%" == "7.1" (
209 if "%BUILD_PLATFORM%" == "x86" (
211 ) else if "%BUILD_PLATFORM%" == "x64" (
212 if "%VC_VER%" == "10.0" set VCVARS_PLATFORM=%BUILD_PLATFORM%
213 if "%VC_VER%" == "11.0" set VCVARS_PLATFORM=amd64
214 if "%VC_VER%" == "12.0" set VCVARS_PLATFORM=amd64
215 if "%VC_VER%" == "14.0" set VCVARS_PLATFORM=amd64
216 if "%VC_VER%" == "14.1" set VCVARS_PLATFORM=amd64
217 if "%VC_VER%" == "14.2" set VCVARS_PLATFORM=amd64
218 if "%VC_VER%" == "14.3" set VCVARS_PLATFORM=amd64
221 if exist "%START_DIR%\ms\do_ms.bat" (
231 if "%VC_VER%" == "14.1" (
233 ) else if "%VC_VER%" == "14.2" (
235 ) else if "%VC_VER%" == "14.3" (
257 if "%LEGACY_BUILD%" == "TRUE" (
270 if not exist %OUTDIR% md %OUTDIR%
272 if not "%BUILD_CONFIG%" == "release" (
292 if not "%BUILD_CONFIG%" == "debug" (
317 if not exist %OUTDIR% md %OUTDIR%
319 if not "%BUILD_CONFIG%" == "release" (
339 if not "%BUILD_CONFIG%" == "debug" (
371 if "%1" == "" exit /B 1
372 if "%2" == "" exit /B 1
373 if "%3" == "" exit /B 1
374 if "%4" == "" exit /B 1
376 if not exist "%TMP_BUILD_PATH%" mkdir "%TMP_BUILD_PATH%"
379 if "%4" == "TRUE" (
381 if "%1" == "x86" (
382 if "%2" == "debug" (
384 ) else if "%2" == "release" (
391 ) else if "%1" == "x64" (
392 if "%2" == "debug" (
394 ) else if "%2" == "release" (
402 ) else if "%4" == "FALSE" (
404 if exist makefile (
413 if "%1" == "x86" (
415 ) else if "%1" == "x64" (
421 if "%2" == "debug" (
423 ) else if "%2" == "release" (
429 if "%3" == "static" (
431 ) else if not "%3" == "shared" (
454 if "%1" == "" exit /B 1
455 if "%2" == "" exit /B 1
456 if "%3" == "" exit /B 1
460 if "%3" == "TRUE" (
461 if "%1" == "x86" (
463 ) else if "%1" == "x64" (
469 if "%2" == "static" (
471 ) else if "%2" == "shared" (
476 ) else if "%3" == "FALSE" (
493 if "%1" == "" exit /B 1
494 if "%2" == "" exit /B 1
495 if "%3" == "" exit /B 1
498 if "%3" == "TRUE" (
503 if "%1" == "debug" (
504 if "%2" == "static" (
506 if exist "%OUTDIR%\LIB Debug" (
518 ) else if "%2" == "shared" (
519 if exist "%OUTDIR%\DLL Debug" (
534 ) else if "%1" == "release" (
535 if "%2" == "static" (
537 if exist "%OUTDIR%\LIB Release" (
549 ) else if "%2" == "shared" (
550 if exist "%OUTDIR%\DLL Release" (
566 ) else if "%3" == "FALSE" (
575 if "%1" == "debug" (
576 if "%2" == "static" (
577 if not exist "%OUTDIR%\LIB Debug" (
586 ) else if "%2" == "shared" (
587 if not exist "%OUTDIR%\DLL Debug" (
592 if exist "%TMP_INSTALL_PATH%\lib\engines-3" (
595 ) else if exist "%TMP_INSTALL_PATH%\lib\engines-1_1" (
606 ) else if "%1" == "release" (
607 if "%2" == "static" (
608 if not exist "%OUTDIR%\LIB Release" (
617 ) else if "%2" == "shared" (
618 if not exist "%OUTDIR%\DLL Release" (
623 if exist "%TMP_INSTALL_PATH%\lib\engines-3" (
626 ) else if exist "%TMP_INSTALL_PATH%\lib\engines-1_1" (
642 if not "%SOURCE_PATH%" == "%TMP_BUILD_PATH%" (
645 if not "%SOURCE_PATH%" == "%TMP_INSTALL_PATH%" (
683 echo -VSpath - Specify the custom VS path if Visual Studio is not located at
687 echo -perlpath - Specify the custom perl root path if perl is not located at
733 if "%OS%" == "Windows_NT" endlocal