Lines Matching full:libraries
3 rem Simple script to fetch source for external libraries
35 echo.Cleaning up external libraries.
51 echo.Fetching external libraries...
53 set libraries= variable
54 set libraries=%libraries% bzip2-1.0.8 variable
55 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.4 variable
56 if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1u variable
57 set libraries=%libraries% sqlite-3.42.0.0 variable
58 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.12.1 variable
59 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.12.1 variable
60 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6 variable
61 set libraries=%libraries% xz-5.2.5 variable
62 set libraries=%libraries% zlib-1.2.13 variable
64 for %%e in (%libraries%) do (
104 echo.modules that rely on external libraries.