From c0d0b451a6a65fa01e9879f263c110b5ddc8d1a3 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Mon, 20 Jun 2011 23:31:22 +0200 Subject: [PATCH] Bundle more OSG plugins in nightly builds[D --- package/Win-NSIS/flightgear-nightly.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/Win-NSIS/flightgear-nightly.nsi b/package/Win-NSIS/flightgear-nightly.nsi index e04e0a847..9e2d27b93 100644 --- a/package/Win-NSIS/flightgear-nightly.nsi +++ b/package/Win-NSIS/flightgear-nightly.nsi @@ -94,6 +94,7 @@ Section "" ;No components page, name is not important SetOutPath $INSTDIR\osgPlugins-${OSGVersion} File ${OSGPluginsDir}\osgdb_ac.dll File ${OSGPluginsDir}\osgdb_osg.dll + File ${OSGPluginsDir}\osgdb_osga.dll File ${OSGPluginsDir}\osgdb_3ds.dll File ${OSGPluginsDir}\osgdb_mdl.dll File ${OSGPluginsDir}\osgdb_jpeg.dll @@ -101,6 +102,8 @@ 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_deprecated_osg.dll + File ${OSGPluginsDir}\osgdb_deprecated_osgparticle.dll Exec '"$INSTDIR\fgrun.exe" --silent --fg-exe="$INSTDIR\fgfs.exe" --ts-exe="$INSTDIR\terrasync.exe" ' -- 2.39.2