From: Frederic Bouvier Date: Sat, 2 Jul 2011 17:07:59 +0000 (+0200) Subject: Trying to support new osg file formats by providing required plug-ins X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b82b4fca7db36a3d307f5db59f230624be041141;p=flightgear.git Trying to support new osg file formats by providing required plug-ins --- diff --git a/package/Win-NSIS/flightgear-nightly.nsi b/package/Win-NSIS/flightgear-nightly.nsi index 9e2d27b93..856d861ba 100644 --- a/package/Win-NSIS/flightgear-nightly.nsi +++ b/package/Win-NSIS/flightgear-nightly.nsi @@ -102,6 +102,16 @@ Section "" ;No components page, name is not important File ${OSGPluginsDir}\osgdb_png.dll File ${OSGPluginsDir}\osgdb_dds.dll File ${OSGPluginsDir}\osgdb_txf.dll + File ${OSGPluginsDir}\osgdb_serializers_osg.dll + File ${OSGPluginsDir}\osgdb_serializers_osganimation.dll + File ${OSGPluginsDir}\osgdb_serializers_osgfx.dll + File ${OSGPluginsDir}\osgdb_serializers_osgmanipulator.dll + File ${OSGPluginsDir}\osgdb_serializers_osgparticle.dll + File ${OSGPluginsDir}\osgdb_serializers_osgshadow.dll + File ${OSGPluginsDir}\osgdb_serializers_osgsim.dll + File ${OSGPluginsDir}\osgdb_serializers_osgterrain.dll + File ${OSGPluginsDir}\osgdb_serializers_osgtext.dll + File ${OSGPluginsDir}\osgdb_serializers_osgvolume.dll File ${OSGPluginsDir}\osgdb_deprecated_osg.dll File ${OSGPluginsDir}\osgdb_deprecated_osgparticle.dll