]> git.proxmox.com Git - ceph.git/blob - 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
1 Windows
2 -------
3
4 Prerequisites
5
6 Boost 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
12 The 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
14 double 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
25 IMPORTANT: 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 ------------------------------------------------------------------------------------------
29 Copyright Beman Dawes, 2013
30 Distributed under the Boost Software License, Version 1.0.
31 See http://www.boost.org/LICENSE_1_0.txt