diff options
Diffstat (limited to 'project/BuildDependencies/scripts/boost_d.bat')
-rw-r--r-- | project/BuildDependencies/scripts/boost_d.bat | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/project/BuildDependencies/scripts/boost_d.bat b/project/BuildDependencies/scripts/boost_d.bat index 293caaa369..76fbfd1dfc 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-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 + +cd %LOC_PATH%
\ No newline at end of file |