From 033a09d7bc1f9c5edf24348ec1b1e6c0a44c1048 Mon Sep 17 00:00:00 2001
From: Frederic Bouvier <fredfgfs01@free.fr>
Date: Sat, 18 Jun 2011 21:23:54 +0200
Subject: [PATCH] Bundle DDS plugin too

---
 package/Win-NSIS/flightgear-nightly.nsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/Win-NSIS/flightgear-nightly.nsi b/package/Win-NSIS/flightgear-nightly.nsi
index 78e421f11..e04e0a847 100644
--- a/package/Win-NSIS/flightgear-nightly.nsi
+++ b/package/Win-NSIS/flightgear-nightly.nsi
@@ -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
+