Compare commits
7 Commits
next
...
release/20
Author | SHA1 | Date | |
---|---|---|---|
|
1949900359 | ||
|
d3d16d122b | ||
|
16dd404983 | ||
|
c4f6efe18f | ||
|
c4af97e4f7 | ||
|
7431c6253f | ||
|
f98d36ab3a |
8
.gitmodules
vendored
8
.gitmodules
vendored
@ -1,19 +1,19 @@
|
||||
[submodule "simgear"]
|
||||
path = simgear
|
||||
url = https://git.code.sf.net/p/flightgear/simgear
|
||||
branch = next
|
||||
branch = release/2017.1
|
||||
[submodule "flightgear"]
|
||||
path = flightgear
|
||||
url = https://git.code.sf.net/p/flightgear/flightgear
|
||||
branch = next
|
||||
branch = release/2017.1
|
||||
[submodule "fgrun"]
|
||||
path = fgrun
|
||||
url = https://git.code.sf.net/p/flightgear/fgrun
|
||||
branch = next
|
||||
[submodule "fgdata"]
|
||||
path = fgdata
|
||||
url = https://git.code.sf.net/p/flightgear/fgdata
|
||||
branch = next
|
||||
url = git://git.code.sf.net/p/flightgear/fgdata
|
||||
branch = release/2017.1
|
||||
[submodule "windows-3rd-party"]
|
||||
path = windows-3rd-party
|
||||
url = https://git.code.sf.net/p/flightgear/windows-3rd-party
|
||||
|
@ -111,7 +111,9 @@ Source: "{#VCInstallDir}\redist\x64\Microsoft.VC140.CRT\*.dll"; DestDir: "{app}\
|
||||
|
||||
; 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
|
||||
;Torsten 2017-02-21: currently no FGPanel due to missing glew dependency
|
||||
;Source: "{#InstallDir32}\bin\fgpanel.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||
|
||||
|
||||
; Include the base package
|
||||
#if IncludeData == "TRUE"
|
||||
@ -209,7 +211,7 @@ Name: "{group}\Flightgear Wiki"; Filename: "http://wiki.flightgear.org"
|
||||
Name: "{group}\Tools\Uninstall FlightGear"; Filename: "{uninstallexe}"
|
||||
Name: "{group}\Tools\fgjs"; Filename: "cmd"; Parameters: "/k fgjs.exe ""--fg-root={app}\data"""; WorkingDir: "{app}\bin"
|
||||
Name: "{group}\Tools\yasim"; Filename: "cmd"; Parameters: "/k ""{app}\bin\yasim.exe"" -h"; WorkingDir: "{app}\bin"
|
||||
Name: "{group}\Tools\fgpanel"; Filename: "cmd"; Parameters: "/k ""{app}\bin\fgpanel.exe"" -h"; WorkingDir: "{app}\bin"
|
||||
;Name: "{group}\Tools\fgpanel"; Filename: "cmd"; Parameters: "/k ""{app}\bin\fgpanel.exe"" -h"; WorkingDir: "{app}\bin"
|
||||
Name: "{group}\Tools\FGCom"; Filename: "{app}\bin\fgcom.exe"; WorkingDir: "{app}\bin"
|
||||
Name: "{group}\Tools\FGCom-testing"; Filename: "{app}\bin\fgcom.exe"; Parameters: "--frequency=910"; WorkingDir: "{app}\bin"
|
||||
Name: "{group}\Tools\Explore Documentation Folder"; Filename: "{app}\data\Docs"
|
||||
|
2
fgdata
2
fgdata
@ -1 +1 @@
|
||||
Subproject commit 6a3316ebd8be4c31c630c8e3d8e4a32d3d08644f
|
||||
Subproject commit 9dc91304b47c0f5aa7913c7888713dc52fdeab0c
|
@ -1 +1 @@
|
||||
Subproject commit 9aaff777d9065052530e9a00044f0e92db43cedf
|
||||
Subproject commit 19fc9527ad711cf9e87d3036c4c7d511adafd3e9
|
2
simgear
2
simgear
@ -1 +1 @@
|
||||
Subproject commit 86fb1ed00fdd23e3df60da64f9b03111a774c636
|
||||
Subproject commit 2b4e5a71df948fb2b52b38b6fcf7a89a42bcd0be
|
Loading…
Reference in New Issue
Block a user