From 533cec62360753c5f38113581ff382f320d2ada0 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 21 Feb 2017 18:16:20 +0000 Subject: [PATCH] Remove FGPanel special case for 64-bits. We can build a 64-bit FGPanel now, since the issue was GLUT and freeGlut supports a 64-bit version. Note the shortcut icon is not disabled automatically, that needs an additional fix. --- FlightGear.iss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/FlightGear.iss b/FlightGear.iss index af7033b..9b070c9 100755 --- a/FlightGear.iss +++ b/FlightGear.iss @@ -109,10 +109,6 @@ Source: "{#ThirdPartyDir}\3rdParty.x64\bin\crashrpt_lang.ini"; DestDir: "{app}\b Source: "{#ThirdPartyDir}\3rdParty.x64\bin\CrashSender1403.exe"; DestDir: "{app}\bin"; Check: Is64BitInstallMode Source: "{#VCInstallDir}\redist\x64\Microsoft.VC140.CRT\*.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode -; 32/64 bits install -;NOTE: FGPanel has no 64 bits equivalent, so we are using the 32 bits binary for 32&64 bits OS -Source: "{#InstallDir32}\bin\fgpanel.exe"; DestDir: "{app}\bin"; Flags: ignoreversion - ; Include the base package #if IncludeData == "TRUE" Source: "X:\fgdata\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs skipifsourcedoesntexist