diff options
author | Dave Abrahams <dave@boostpro.com> | 2006-12-22 15:00:01 +0000 |
---|---|---|
committer | Dave Abrahams <dave@boostpro.com> | 2006-12-22 15:00:01 +0000 |
commit | 4720a79ab4e7b58c7e91af4d517cb9391eceb351 (patch) | |
tree | 7dcd00be4ff08e152673aad687a183d7ec6bf155 /more | |
parent | 053821406232e0b87badc400767778eceba423ab (diff) | |
download | boost-4720a79ab4e7b58c7e91af4d517cb9391eceb351.tar.gz |
Factored getting started guide into separate windows and *nix documents
[SVN r36494]
Diffstat (limited to 'more')
-rw-r--r-- | more/getting_started/windows.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/more/getting_started/windows.rst b/more/getting_started/windows.rst index 0c820fd9b0..ac27721250 100644 --- a/more/getting_started/windows.rst +++ b/more/getting_started/windows.rst @@ -249,14 +249,6 @@ in |default-root|\ ``\lib``: cl /EHsc /I |root| example.cpp **^** **/link /LIBPATH:** |default-root-bold|\ **\\lib** - -.. Note:: If—like Visual C++—your compiler supports auto-linking, - you can probably ignore the next section. - - |next|__ - - __ `Test Your Program`_ - Library Naming -------------- |