diff options
-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/ |