diff options
author | wsoltys <wiso@no.way> | 2013-10-07 20:46:52 +0200 |
---|---|---|
committer | wsoltys <wiso@no.way> | 2013-10-07 20:46:52 +0200 |
commit | f13dd74cefc8dd324d90f8953ccd2bcead07f47f (patch) | |
tree | 30719ecc2468c5600eca451c81b8606db2d30f71 | |
parent | a473b67646a6d83c31d639835c225fca6de3faf4 (diff) |
[WIN32] changed: provide full boost headers rather than a flavor. Removed unneeded boost libs. Removed unneeded download scripts. Reordered gnutls in package list.
-rw-r--r-- | project/BuildDependencies/scripts/0_package.list | 3 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/boost_d.bat | 13 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/boost_d.txt | 5 |
3 files changed, 2 insertions, 19 deletions
diff --git a/project/BuildDependencies/scripts/0_package.list b/project/BuildDependencies/scripts/0_package.list index 45fbc55b58..67f3c47ae5 100644 --- a/project/BuildDependencies/scripts/0_package.list +++ b/project/BuildDependencies/scripts/0_package.list @@ -5,8 +5,10 @@ ; -> sqlite-3.7.12.1-win32\project\BuildDependencies\lib\sqlite3.lib ; -> sqlite-3.7.12.1-win32\system\sqlite3.dll ; -> ... +boost-1.46.1-headers-win32.7z dnssd-379.32.1-win32.7z doxygen-1.8.2-win32.7z +gnutls-3.2.3-win32.zip lame_enc-3.99.5-win32.7z libbluray-0.4.0-win32.zip libnfs-1.6.1-win32.7z @@ -16,4 +18,3 @@ pcre-8.33-win32.zip python-2.7.5-win32.7z sqlite-3.7.16.1-win32.7z taglib-1.8-win32.7z -gnutls-3.2.3-win32.zip diff --git a/project/BuildDependencies/scripts/boost_d.bat b/project/BuildDependencies/scripts/boost_d.bat deleted file mode 100644 index 9f4bb509a2..0000000000 --- a/project/BuildDependencies/scripts/boost_d.bat +++ /dev/null @@ -1,13 +0,0 @@ -@ECHO ON - -SET LOC_PATH=%CD% -SET FILES=%LOC_PATH%\boost_d.txt - -CALL dlextract.bat boost %FILES% - -cd %TMP_PATH% - -xcopy boost-1_46_1-xbmc-win32\include\* "%CUR_PATH%\include\" /E /Q /I /Y -xcopy boost-1_46_1-xbmc-win32\lib\* "%CUR_PATH%\lib\" /E /Q /I /Y - -cd %LOC_PATH%
\ No newline at end of file diff --git a/project/BuildDependencies/scripts/boost_d.txt b/project/BuildDependencies/scripts/boost_d.txt deleted file mode 100644 index d64605438e..0000000000 --- a/project/BuildDependencies/scripts/boost_d.txt +++ /dev/null @@ -1,5 +0,0 @@ -; filename mirror of the file -boost-1_46_1-xbmc-win32-2.7z http://mirrors.xbmc.org/build-deps/win32/ -;boost_1_46_1-headers-win32.7z http://mirrors.xbmc.org/build-deps/win32/ -;boost_1_46_1-libs-win32.7z http://mirrors.xbmc.org/build-deps/win32/ -;boost_1_46_1-debug-libs-win32.7z http://mirrors.xbmc.org/build-deps/win32/ |