bjam -sTOOLS=msvc-stlport -sBUILD="debug release <runtime-link>static/dynamic" -sSTLPORT_PATH="C:\Program Files\Microsoft Visual Studio\VC98\Include\stlport"
--with-library-name
--with-regex
--toolset=msvc-8.0
bjam --help
bjam [options] [install|stage]
- bjam --build-type=complete --build-dir="c:\boost-build" -sICU_PATH="c:\Project\icu4c-3_8_1-src\icu" -sICU_LINK="c:\Project\icu4c-3_8_1-src\icu\lib" --toolset=msvc --without-mpi --without-python install
bjam --build-type=complete --build-dir="c:\boost-build" -sICU_PATH="c:\Project\icu4c-3_8_1-src\icu" -sICU_LINK="c:\Project\icu4c-3_8_1-src\icu\lib" --toolset=msvc --without-mpi --without-python install
--without-mpi, --without-python은 상황에 따라 추가하거나 제거하셔도 좋습니다.
--build-type=complete는 디버그, 릴리즈, 정적 라이브러리, 동적 라이브러리, 멀티 스레드등 모든 버젼을 컴파일합니다.
나 같은 경우는
command 창에서
D:\SDK\boost_1_35_0\bjam debug link=static
으로 빌드하였다.
debug는 release, static은 dynamic으로 바꿀 수 있다.
'develop > windows' 카테고리의 다른 글
ActiveX 에서 다른 ActiveX를 생성할 때 주의점 (0) | 2010.07.29 |
---|---|
IObjectSafety (1) | 2010.02.03 |
메모리릭 발생 위치에 Breakpoint 설정하기 (0) | 2010.02.03 |
MS Patch API (0) | 2010.02.03 |
File Drag & Drop (0) | 2010.02.03 |