summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-14 19:15:32 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-14 19:15:32 (GMT)
commit5bbe12e588d40dc36ef49f5f519154dc463afe31 (patch)
tree7d55b6ea1d74a13b81ef2f4a43204a9e304ca9e8 /doc/index.html
parent862598bd53e2ca19e08d222d85196294904ff0bd (diff)
downloadmxe-5bbe12e588d40dc36ef49f5f519154dc463afe31.zip
mxe-5bbe12e588d40dc36ef49f5f519154dc463afe31.tar.gz
mxe-5bbe12e588d40dc36ef49f5f519154dc463afe31.tar.bz2
remove "--static" from docs because it is not needed anymore
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html2
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(&lt;plugin2&gt;)
<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.