From 444e8c0338fd1f718f2bf50babb07dca0dcace62 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Sat, 14 Nov 2020 20:13:52 +0000 Subject: [PATCH] Add osgTerrain to the Windows install --- FlightGear.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/FlightGear.iss b/FlightGear.iss index 5a848f1..734096a 100755 --- a/FlightGear.iss +++ b/FlightGear.iss @@ -101,6 +101,7 @@ Source: "{#OSG64InstallDir}\bin\osg{#OSGSoNumber}-osgUtil.dll"; DestDir: "{app}\ Source: "{#OSG64InstallDir}\bin\osg{#OSGSoNumber}-osgViewer.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode Source: "{#OSG64InstallDir}\bin\osg{#OSGSoNumber}-osgSim.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode Source: "{#OSG64InstallDir}\bin\osg{#OSGSoNumber}-osgFX.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode +Source: "{#OSG64InstallDir}\bin\osg{#OSGSoNumber}-osgTerrain.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode Source: "{#OSG64InstallDir}\bin\ot{#OTSoNumber}-OpenThreads.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode Source: "{#OSG64PluginsDir}\osgdb_ac.dll"; DestDir: "{app}\bin\osgPlugins-{#OSGVersion}"; Flags: skipifsourcedoesntexist; Check: Is64BitInstallMode