From a55d95c4fdc9a8c7f2cc8a378578daca47350830 Mon Sep 17 00:00:00 2001 From: WiSo Date: Sun, 19 Jun 2011 00:49:30 +0200 Subject: [WIN32] download boost libs (note to myself: for next boost use the libs with version numbering as boost autolinks them) --- project/BuildDependencies/scripts/boost_d.bat | 8 +++++++- project/BuildDependencies/scripts/boost_d.txt | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/project/BuildDependencies/scripts/boost_d.bat b/project/BuildDependencies/scripts/boost_d.bat index 293caaa369..0329c031b3 100644 --- a/project/BuildDependencies/scripts/boost_d.bat +++ b/project/BuildDependencies/scripts/boost_d.bat @@ -9,4 +9,10 @@ cd %TMP_PATH% xcopy boost_1_46_1-headers-win32\* "%CUR_PATH%\include\" /E /Q /I /Y -cd %LOC_PATH% +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-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-1_46_1.lib" /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 64dcd00b77..dcd5ed3134 100644 --- a/project/BuildDependencies/scripts/boost_d.txt +++ b/project/BuildDependencies/scripts/boost_d.txt @@ -1,4 +1,4 @@ ; 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-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/ -- cgit v1.2.3