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

@@ -29,15 +29,15 @@
#include <iostream>
// include the plugins we need
USE_OSGPLUGIN(ive);
USE_OSGPLUGIN(freetype);
// extern "C" void graphicswindow_X11(void);
// include the platform specific GraphicsWindow implementation.
USE_GRAPHICSWINDOW();
int main(int argc, char** argv)
{
// graphicswindow_X11();
// use an ArgumentParser object to manage the program arguments.
osg::ArgumentParser arguments(&argc,argv);