Lines Matching refs:libraries
3 rem Simple script to fetch source for external libraries
23 echo.Cleaning up external libraries.
42 echo.Fetching external libraries...
47 set libraries= variable
48 set libraries=%libraries% bzip2-1.0.6 variable
49 if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% bsddb-4.7.25.0 variable
50 if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2p variable
51 set libraries=%libraries% sqlite-3.14.2.0 variable
52 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.19.0 variable
53 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.19.0 variable
54 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.5 variable
56 for %%e in (%libraries%) do (
94 echo.modules that rely on external libraries.