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.6 variable
55 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi variable
56 if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1g variable
57 set libraries=%libraries% sqlite-3.33.0.0 variable
58 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.9.0 variable
59 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.9.0 variable
60 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6 variable
61 set libraries=%libraries% xz-5.2.2 variable
62 set libraries=%libraries% zlib-1.2.11 variable
64 for %%e in (%libraries%) do (
104 echo.modules that rely on external libraries.