codeheart 위치로그  |  태그  |  미디어로그  |  방명록
icon build boost by bjam
개발/VC++ | 2011. 2. 17. 01:02

@REM 먼저 bootstrap.bat 을 수행하여 bjam.exe 을 생성해야한다
@REM msvc-10.0, x86|x64, debug|release, link=static, runtime_link=shared 을 빌드한다.
@REM 만일, --build-type=complete 로 하게 되면 link=shared, runtime_link=static 도 만들게 됨. 이중 link=shared 는 dll 로 라이브러리를 빌드하는 것이며, runtime-link=shared 는 dll version c runtime-library 를 사용하는 것임
@REM BOOST_ALL_DYN_LINK 매크로를 정의한다면 runtime_link=shared 가 필요하다 ( ? )
bjam address-model=32 --prefix=.\installed\x86 --toolset=msvc-10.0 --build-type=minimal -j4 install
bjam address-model=64 --prefix=.\installed\x64 --toolset=msvc-10.0 --build-type=minimal -j4 install
pause


arrow 트랙백 | 댓글



관리자  |   글쓰기
BLOG main image
code heart story
분류 전체보기 (74)
생활 (0)
잡담 (8)
컴퓨터 (11)
개발 (52)
Total :
Today :
Yesterday :
rss
위치로그 : 태그 : 방명록 : 관리자
코드하트's Blog is powered by Daum / Designed by plyfly.net