Lines Matching refs:if

5 if NOT DEFINED PCBUILD (set PCBUILD=%~dp0)

6 if NOT DEFINED EXTERNALS_DIR (set EXTERNALS_DIR=%PCBUILD%\..\externals)
15 if "%~1"=="--no-tkinter" (set IncludeTkinter=false) & shift & goto CheckOpts
16 if "%~1"=="--no-openssl" (set IncludeSSL=false) & shift & goto CheckOpts
17 if "%~1"=="--no-libffi" (set IncludeLibffi=false) & shift & goto CheckOpts
18 if "%~1"=="--tkinter-src" (set IncludeTkinterSrc=true) & shift & goto CheckOpts
19 if "%~1"=="--openssl-src" (set IncludeSSLSrc=true) & shift & goto CheckOpts
20 if "%~1"=="--libffi-src" (set IncludeLibffiSrc=true) & shift & goto CheckOpts
21 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts
22 if "%~1"=="--organization" (set ORG=%2) & shift & shift & goto CheckOpts
23 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts
24 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts
25 if "%~1"=="--clean-only" (set DO_FETCH=false) & goto clean
28 if "%~1"=="--no-tkinter" shift & goto CheckOpts
29 if "%~1"=="--no-openssl" shift & goto CheckOpts
31 if "x%~1" NEQ "x" goto usage
33 if "%DO_CLEAN%"=="false" goto fetch
36 if exist "%EXTERNALS_DIR%" (
41 if "%DO_FETCH%"=="false" goto end
44 if "%ORG%"=="" (set ORG=python)
47 if NOT DEFINED PYTHON (
55 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.4
56 if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1u
58 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.12.1
59 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.12.1
60 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6
65 if exist "%EXTERNALS_DIR%\%%e" (
67 ) else if NOT DEFINED PYTHON (
79 if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi-3.4.4
80 if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1u
81 if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.12.1
82 if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06
85 if exist "%EXTERNALS_DIR%\%%b" (
87 ) else if NOT DEFINED PYTHON (