changeset 737:740910a9aa12

remove "--static" from docs because it is not needed anymore
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 14 Feb 2010 20:15:32 +0100
parents 9232c79dac70
children 751310098b1b
files doc/index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Sun Feb 14 19:59:37 2010 +0100
+++ b/doc/index.html	Sun Feb 14 20:15:32 2010 +0100
@@ -382,7 +382,7 @@
     <pre>i686-pc-mingw32-g++ \
     -o osgstaticviewer.exe examples/osgstaticviewer/osgstaticviewer.cpp \
     `i686-pc-mingw32-pkg-config --cflags openscenegraph-osgViewer openscenegraph-osgPlugins` \
-    `i686-pc-mingw32-pkg-config --static --libs openscenegraph-osgViewer openscenegraph-osgPlugins`</pre>
+    `i686-pc-mingw32-pkg-config --libs openscenegraph-osgViewer openscenegraph-osgPlugins`</pre>
     <p>
     The <code>i686-pc-mingw32-pkg-config</code> command from mingw-cross-env will
     automatically add <code>-DOSG_LIBRARY_STATIC</code> to your compiler flags.