]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/endian/doc/msvc_readme.txt
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / endian / doc / msvc_readme.txt
CommitLineData
7c673cae
FG
1Windows
2-------
3
4Prerequisites
5
6Boost libraries available in boost-root\stage\lib. Example:
7
8 cd boost-root
9 .\bootstrap
10 .\b2 --with-system --with-chrono --with-timer link=shared stage
11
12The provided Visual Studio solution (endian/test/msvc/endian.sln) has a property page
13(endian/test/msvc/common.prop) with these Common Properties set (do not include the
14double quotes):
15
16 VC++ Directores|Executable Directories: prefix default value with "..\..\..\..\..\stage\lib;"
17 (Click "Inherit from parent or project defaults" if not checked)
18
19 C/C++|General|Additional Include Directories: prefix default value with "..\..\..\..\..\stage\lib;"
20
21 Linker|General|Additional Library Directories: prefix default value with "..\..\..\..\..\stage\lib;"
22
23 C/C++|Preprocessor: prefix default value with "BOOST_ALL_DYN_LINK;"
24
25IMPORTANT: If Preprocessor macros are supplied via a common property page,
26<inherit from parent or project defaults> must be set for each project!
27
28------------------------------------------------------------------------------------------
29Copyright Beman Dawes, 2013
30Distributed under the Boost Software License, Version 1.0.
31See http://www.boost.org/LICENSE_1_0.txt