티스토리 뷰
728x90
반응형
call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x86
set cores=%NUMBER_OF_PROCESSORS%
echo Building boost with %cores% cores
rem cd boost_1_62_0
call bootstrap.bat
rem Most libraries can be static libs
b2 -j%cores% toolset=msvc-14.0 address-model=64 architecture=x86 link=static threading=multi runtime-link=shared --build-type=minimal stage --stagedir=stage/x64
b2 -j%cores% toolset=msvc-14.0 address-model=32 architecture=x86 link=static threading=multi runtime-link=shared --build-type=minimal stage --stagedir=stage/win32
pause
반응형
'프로그래밍' 카테고리의 다른 글
Java 하위 폴더 모든 소스 컴파일 빌드 (0) | 2017.02.07 |
---|---|
C++ stringstream 초기화 (0) | 2017.02.07 |
PHP json_encode 후에 앞에 이상한 문자가 추가되는 현상(strange character) (0) | 2017.02.07 |
PHP Visual Studio Code에서 패스설정하기 (2) | 2017.02.07 |
PHP getallheaders() 구현 소스 (0) | 2017.02.07 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday