1
0

common-windows.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. Copyright David Abrahams 2006. Distributed under the Boost
  2. .. Software License, Version 1.0. (See accompanying
  3. .. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. .. |//| replace:: **\\**
  5. .. |/| replace:: ``\``
  6. .. |default-root| replace:: ``C:\Program Files\boost\``\ |boost_ver|
  7. .. |default-root-bold| replace:: **C:\\Program Files\\boost\\**\ |boost_ver-bold|
  8. .. |root| replace:: *path\\to\\*\ |boost_ver|
  9. .. |include-paths| replace:: Specific steps for setting up ``#include``
  10. paths in Microsoft Visual Studio follow later in this document;
  11. if you use another IDE, please consult your product's
  12. documentation for instructions.
  13. .. |forward-slashes| replace:: Even Windows users can (and, for
  14. portability reasons, probably should) use forward slashes in
  15. ``#include`` directives; your compiler doesn't care.
  16. .. |precompiled-dir| replace::
  17. **lib**\ |//| .....................\ *precompiled library binaries*
  18. .. |windows-version-name-caveat| replace:: **On Windows, append a version
  19. number even if you only have one version installed** (unless you
  20. are using the msvc or gcc toolsets, which have special version
  21. detection code) or `auto-linking`_ will fail.
  22. .. |command-line tool| replace:: `command-line tool`_
  23. .. |pathsep| replace:: semicolon
  24. .. |path| replace:: ``PATH``
  25. .. include:: common.rst
粤ICP备19079148号