diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-14 19:15:32 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-14 19:15:32 (GMT) |
commit | 5bbe12e588d40dc36ef49f5f519154dc463afe31 (patch) | |
tree | 7d55b6ea1d74a13b81ef2f4a43204a9e304ca9e8 | |
parent | 862598bd53e2ca19e08d222d85196294904ff0bd (diff) | |
download | mxe-5bbe12e588d40dc36ef49f5f519154dc463afe31.zip mxe-5bbe12e588d40dc36ef49f5f519154dc463afe31.tar.gz mxe-5bbe12e588d40dc36ef49f5f519154dc463afe31.tar.bz2 |
remove "--static" from docs because it is not needed anymore
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 2fde08e..75f5c4d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -382,7 +382,7 @@ USE_OSGPLUGIN(<plugin2>) <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. |