1. 설정 파일 경로
- %LOCALAPPDATA%\Microsoft\MSBuild\v4.0
예> C:\Users\pyoungon\AppData\Local\Microsoft\MSBuild\v4.0
2. 수정할 파일
a. Microsoft.Cpp.ARM.user.props
b. Microsoft.Cpp.Win32.user.props
c. Microsoft.Cpp.x64.user.props
3. 추가할 내용
<IncludePath>C:\Boost\include\boost-1_54;$(IncludePath)</IncludePath>
<LibraryPath>C:\Boost\lib;$(LibraryPath)</LibraryPath>
<LibraryPath>C:\Boost\lib;$(LibraryPath)</LibraryPath>
4. 다운로드
'컴퓨터 > 프로그래밍' 카테고리의 다른 글
[링크] Push Notification Services 프로그래밍 가이드 (0) | 2013.10.29 |
---|---|
[용어] Authentication 과 Authorization 의 구분 (0) | 2013.10.23 |
HTTP 프로토콜 분석 (0) | 2013.10.01 |
객체 지향 설계 원칙 - SOLID (0) | 2013.09.24 |
WCF Concurrency (0) | 2013.08.21 |