Skip to content

Commit

Permalink
Boost build script update.
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jul 11, 2017
1 parent c4253e7 commit b64c94c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/scripts/build_boost_libs.cmd
Expand Up @@ -8,7 +8,7 @@ if not exist b2.exe goto :error

mkdir stage

b2 toolset=msvc variant=release,debug link=static threading=multi stage /boost/python /boost/filesystem /boost/regex /boost/system
b2 toolset=msvc variant=release,debug link=static threading=multi stage --with-python --with-system --with-filesystem

start stage

Expand All @@ -19,7 +19,7 @@ echo Please launch this file in the boost folder you downloaded and extracted fr
echo Run the bootstrap.bat file to generate the b2.exe file needed for the build process.
echo __________________________________________________________________________________________
echo Example:
echo cd c:\Downloads\boost_1_61_0\
echo cd c:\Downloads\boost_1_64_0\
echo c:\Games\DarkRadiant\tools\scripts\build_boost_libs.cmd
goto :eof

Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/build_boost_libs.x64.cmd
Expand Up @@ -8,7 +8,7 @@ if not exist b2.exe goto :error

mkdir stage

b2 toolset=msvc variant=release,debug link=static threading=multi address-model=64 stage /boost/python /boost/filesystem /boost/regex /boost/system
b2 toolset=msvc variant=release,debug link=static threading=multi address-model=64 stage /boost/python /boost/filesystem /boost/system

start stage

Expand Down

0 comments on commit b64c94c

Please sign in to comment.