From Rudolf Wiedemann, "I need to link OpenSceneGraph statically to my application, so I

completed the new registration of the plugin-readerwriters
("REGISTER_OSGPLUGIN") according to your osgstaticviewer-example (see
attachment, based on today's svn)."
This commit is contained in:
Robert Osfield
2007-07-06 13:54:26 +00:00
parent a7de33ee55
commit 9e2fe92ef1
51 changed files with 53 additions and 62 deletions

View File

@@ -59,4 +59,4 @@ class ReaderWriterTXF : public osgDB::ReaderWriter
// now register with Registry to instantiate the above
// reader/writer.
osgDB::RegisterReaderWriterProxy<ReaderWriterTXF> g_readerWriter_TXF_Proxy;
REGISTER_OSGPLUGIN(txf, ReaderWriterTXF)