From 5933328ba00834ae2470668528d951d9cb0c212c Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 22 Dec 2006 15:00:01 +0000 Subject: [PATCH] Factored getting started guide into separate windows and *nix documents [SVN r36494] --- getting_started/windows.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/getting_started/windows.rst b/getting_started/windows.rst index 0c820fd..ac27721 100644 --- a/getting_started/windows.rst +++ b/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 --------------