]> git.mxchange.org Git - flightgear.git/commitdiff
FG-Win32-nightly: fix OpenRTI deps
authorClément de l'Hamaide <clemaez@hotmail.fr>
Thu, 31 Oct 2013 13:36:23 +0000 (14:36 +0100)
committerClément de l'Hamaide <clemaez@hotmail.fr>
Thu, 31 Oct 2013 13:36:23 +0000 (14:36 +0100)
package/Win-NSIS/flightgear-nightly-vs2010.nsi

index 30acd05810471f2ed664ab9b0bb03815fd17847a..d35f59b27662075466c428821dd45c7b97f7df39 100644 (file)
@@ -28,6 +28,7 @@ AutoCloseWindow true
 !define FGBinDir "install\msvc100\FlightGear\bin"
 !define FGShareDir "install\msvc100\FlightGear\share"
 !define FGRunDir "install\msvc100\fgrun"
+!define RTIInstallDir "install\msvc100\OpenRTI"
 !define OSGInstallDir "install\msvc100\OpenSceneGraph"
 !define OSGPluginsDir "${OSGInstallDir}\bin\osgPlugins-${OSGVersion}"
 
@@ -90,6 +91,10 @@ Section "" ;No components page, name is not important
   File ${OSGInstallDir}\bin\ot13-OpenThreads.dll
   
   File ${ThirdPartyBinDir}\*.dll
+
+  File ${RTIInstallDir}\bin\FedTime.dll
+  File ${RTIInstallDir}\bin\RTI-NG.dll
+  File ${RTIInstallDir}\bin\OpenRTI.dll
   
   ; VC runtime redistributables
   File "$%VCINSTALLDIR%\redist\x86\Microsoft.VC100.CRT\*.dll"