diff options
author | WiSo <wiso@xbmc.org> | 2011-06-19 00:49:30 +0200 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2011-06-23 10:15:27 -0400 |
commit | a55d95c4fdc9a8c7f2cc8a378578daca47350830 (patch) | |
tree | c2d78d0244f5393bea020d699013a98d912dd7a9 /project/BuildDependencies | |
parent | dc6bfcd44674aa8e98c2506270f875749c374ed3 (diff) |
[WIN32] download boost libs (note to myself: for next boost use the libs with version numbering as boost autolinks them)
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r-- | project/BuildDependencies/scripts/boost_d.bat | 8 | ||||
-rw-r--r-- | 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/ |