diff options
author | WiSo <wiso@xbmc.org> | 2011-09-26 20:21:36 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-09-26 20:22:23 +0200 |
commit | 6635f30248fedd85f0e7e3697f06603fbe3da239 (patch) | |
tree | d5c8adb0f7c2d4623aeb0eabb0c77c3c77d80352 /project | |
parent | 921f3b69b278f8a409098b4cb8f2e1281aad9baa (diff) |
[WIN32] changed: download only the boost headers and libs we need (almost)
Diffstat (limited to 'project')
-rw-r--r-- | project/BuildDependencies/scripts/boost_d.bat | 9 | ||||
-rw-r--r-- | project/BuildDependencies/scripts/boost_d.txt | 7 |
2 files changed, 6 insertions, 10 deletions
diff --git a/project/BuildDependencies/scripts/boost_d.bat b/project/BuildDependencies/scripts/boost_d.bat index 76fbfd1dfc..9f4bb509a2 100644 --- a/project/BuildDependencies/scripts/boost_d.bat +++ b/project/BuildDependencies/scripts/boost_d.bat @@ -7,12 +7,7 @@ CALL dlextract.bat boost %FILES% cd %TMP_PATH% -xcopy boost_1_46_1-headers-win32\* "%CUR_PATH%\include\" /E /Q /I /Y - -copy boost_1_46_1-debug-libs-win32\lib\libboost_thread-vc100-mt-gd.lib "%CUR_PATH%\lib\libboost_thread-vc100-mt-sgd-1_46_1.lib"/Y -copy boost_1_46_1-libs-win32\lib\libboost_thread-vc100-mt.lib "%CUR_PATH%\lib\libboost_thread-vc100-mt-s-1_46_1.lib" /Y - -copy boost_1_46_1-debug-libs-win32\lib\libboost_date_time-vc100-mt-gd.lib "%CUR_PATH%\lib\libboost_date_time-vc100-mt-sgd-1_46_1.lib"/Y -copy boost_1_46_1-libs-win32\lib\libboost_date_time-vc100-mt.lib "%CUR_PATH%\lib\libboost_date_time-vc100-mt-s-1_46_1.lib" /Y +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 index dcd5ed3134..18605e02d9 100644 --- a/project/BuildDependencies/scripts/boost_d.txt +++ b/project/BuildDependencies/scripts/boost_d.txt @@ -1,4 +1,5 @@ ; filename mirror of the file -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/ +boost-1_46_1-xbmc-win32.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/ |