这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-win-shared.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ echo b2 --toolset=msvc-14.0 --build-type=complete stage link=shared
echo
echo Building boost DLLs for VS2010, x64
echo
b2 --toolset=msvc-14.0 --build-type=complete architecture=x86 address-model=64 stage link=shared
b2 -j 16 --toolset=msvc-14.0 --build-type=complete architecture=x86 address-model=64 stage link=shared
2 changes: 1 addition & 1 deletion build-win-static.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ echo b2 --toolset=msvc-14.0 --build-type=complete stage link=static
echo
echo Building boost static libs for VS2010, x64
echo
b2 --toolset=msvc-14.0 --build-type=complete architecture=x86 address-model=64 stage link=static
b2 -j 16 --toolset=msvc-14.0 --build-type=complete architecture=x86 address-model=64 stage link=static