summaryrefslogtreecommitdiff
path: root/buildscripts/buildboost.bat
diff options
context:
space:
mode:
authorDwight Merriman <dwight@10gen.com>2010-05-01 21:36:33 -0400
committerDwight Merriman <dwight@10gen.com>2010-05-01 21:36:33 -0400
commit5473d2a554b145c41f103ad5c2a98ac409a15e10 (patch)
treeadff8457213c247e2a8f3916907a3f2ab1e49b77 /buildscripts/buildboost.bat
parentea26348dcbc532a89901ac1eea10f22666592e22 (diff)
downloadmongo-5473d2a554b145c41f103ad5c2a98ac409a15e10.tar.gz
boost etc mnior
Diffstat (limited to 'buildscripts/buildboost.bat')
-rw-r--r--buildscripts/buildboost.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildscripts/buildboost.bat b/buildscripts/buildboost.bat
index ffa6d05706b..b1b8ad0f40d 100644
--- a/buildscripts/buildboost.bat
+++ b/buildscripts/buildboost.bat
@@ -8,8 +8,8 @@ echo .
echo Note: you will want boost v1.42 or higher with VS2010.
echo .
echo We assume you have bjam. To build bjam:
-echo cd tools\jam\src
-echo build.bat
+echo cd tools\jam\src
+echo build.bat
echo .
cd \boost
@@ -30,7 +30,7 @@ echo About to try to move libs from /boost/stage/lib to /boost/lib/
pause
cls
rem bjam makes extra copies without the ver #; we kill those:
-del stage\lib\*-mt.lib
+del stage\lib\*s.lib
move stage\lib\* lib\
echo .
@@ -48,7 +48,7 @@ echo About to try to move libs from /boost/stage/lib to /boost/lib/
pause
cls
rem bjam makes extra copies without the ver #; we kill those:
-del stage\lib\*s.lib
+del stage\lib\*-gd.lib
move stage\lib\* lib\
echo Done - try running "dir \boost\lib\"