]> git.mxchange.org Git - flightgear.git/commitdiff
Bundle DDS plugin too
authorFrederic Bouvier <fredfgfs01@free.fr>
Sat, 18 Jun 2011 19:23:54 +0000 (21:23 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sat, 18 Jun 2011 19:23:54 +0000 (21:23 +0200)
package/Win-NSIS/flightgear-nightly.nsi

index 78e421f111eccbe84b66b44842071fc643d2a992..e04e0a8479b7924a55d0002a3cd34fde090f6960 100644 (file)
@@ -99,6 +99,7 @@ Section "" ;No components page, name is not important
   File ${OSGPluginsDir}\osgdb_jpeg.dll
   File ${OSGPluginsDir}\osgdb_rgb.dll  
   File ${OSGPluginsDir}\osgdb_png.dll
+  File ${OSGPluginsDir}\osgdb_dds.dll
   File ${OSGPluginsDir}\osgdb_txf.dll
   
   
@@ -136,4 +137,4 @@ Section "Uninstall"
   DeleteRegKey HKLM ${UninstallKey}
 
 SectionEnd
\ No newline at end of file