Lines Matching refs:libraries
3 rem Simple script to fetch source for external libraries
20 echo.Cleaning up external libraries.
52 echo.Fetching external libraries...
57 set libraries= variable
58 set libraries=%libraries% bzip2-1.0.6 variable
59 if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% db-4.7.25.0 variable
60 if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06 variable
61 if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2j variable
62 set libraries=%libraries% sqlite-3.8.11.0 variable
63 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.15.0 variable
64 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.15.0 variable
65 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.5 variable
67 for %%e in (%libraries%) do (
83 echo.that rely on external libraries. Requires svn.exe to be on your PATH