diff options
author | WiSo <wiso@xbmc.org> | 2011-06-19 01:27:25 +0200 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2011-06-23 10:15:27 -0400 |
commit | f0a50bbc068d59c80cc10ab5fdb38d5006aa280c (patch) | |
tree | cbbfb7a764c91f0b2d851bb8201e70a7c2b2b847 /project/BuildDependencies | |
parent | d0ff70a0d5236ffcc12704f0136aeb06ce947fbe (diff) |
[WIN32] fixed: release build needs other boost named libs
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r-- | project/BuildDependencies/scripts/boost_d.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/BuildDependencies/scripts/boost_d.bat b/project/BuildDependencies/scripts/boost_d.bat index 0329c031b3..76fbfd1dfc 100644 --- a/project/BuildDependencies/scripts/boost_d.bat +++ b/project/BuildDependencies/scripts/boost_d.bat @@ -10,9 +10,9 @@ 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-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-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 cd %LOC_PATH%
\ No newline at end of file |