Improved the set up of static build, added freetype plugin to plugins that support static usage

This commit is contained in:
Robert Osfield
2007-06-10 09:51:29 +00:00
parent 7ce05f6d9d
commit b48ed1a4d4
6 changed files with 54 additions and 37 deletions

View File

@@ -56,4 +56,4 @@ class ReaderWriterFreeType : public osgDB::ReaderWriter
// now register with Registry to instantiate the above
// reader/writer.
osgDB::RegisterReaderWriterProxy<ReaderWriterFreeType> g_readerWriter_FreeType_Proxy;
REGISTER_OSGPLUGIN(freetype, ReaderWriterFreeType)