FG-Win32-nightly: fix OpenRTI deps
This commit is contained in:
parent
ab38969274
commit
d30100fad6
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue