Compare commits
7 Commits
next
...
release/20
Author | SHA1 | Date | |
---|---|---|---|
|
25c9516a46 | ||
|
2428ee5846 | ||
|
c579c1bf9d | ||
|
6f16e81aba | ||
|
418cf6820e | ||
|
1ac4ed1f57 | ||
|
0d1777684d |
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,11 +1,11 @@
|
||||
[submodule "simgear"]
|
||||
path = simgear
|
||||
url = git://git.code.sf.net/p/flightgear/simgear
|
||||
branch = next
|
||||
branch = release/2016.4
|
||||
[submodule "flightgear"]
|
||||
path = flightgear
|
||||
url = git://git.code.sf.net/p/flightgear/flightgear
|
||||
branch = next
|
||||
branch = release/2016.4
|
||||
[submodule "fgrun"]
|
||||
path = fgrun
|
||||
url = git://git.code.sf.net/p/flightgear/fgrun
|
||||
@ -13,7 +13,7 @@
|
||||
[submodule "fgdata"]
|
||||
path = fgdata
|
||||
url = git://git.code.sf.net/p/flightgear/fgdata
|
||||
branch = next
|
||||
branch = release/2016.4
|
||||
[submodule "windows-3rd-party"]
|
||||
path = windows-3rd-party
|
||||
url = git://git.code.sf.net/p/flightgear/windows-3rd-party
|
||||
|
@ -82,7 +82,8 @@ Name: "insoal"; Description: "Install OpenAL (the sound engine)"
|
||||
; 32 bits install
|
||||
|
||||
Source: "{#InstallDir32}\bin\*.*"; DestDir: "{app}\bin"; Excludes: "{#ExcludedBinaries}"; Flags: ignoreversion recursesubdirs; Check: not Is64BitInstallMode
|
||||
Source: "{#InstallDir32}\share\locale\*"; DestDir: "{app}\bin\locale"; Flags: ignoreversion recursesubdirs; Check: not Is64BitInstallMode
|
||||
;locale only exists for fgrun - which has been disabled
|
||||
;Source: "{#InstallDir32}\share\locale\*"; DestDir: "{app}\bin\locale"; Flags: ignoreversion recursesubdirs; Check: not Is64BitInstallMode
|
||||
|
||||
Source: "{#ThirdPartyDir}\3rdParty\bin\zlib.dll"; DestDir: "{app}\bin"; Check: not Is64BitInstallMode
|
||||
Source: "{#ThirdPartyDir}\3rdParty\bin\OpenAL32.dll"; DestDir: "{app}\bin"; Check: not Is64BitInstallMode
|
||||
@ -96,7 +97,8 @@ Source: "{#VCInstallDir}\redist\x86\Microsoft.VC140.CRT\*.dll"; DestDir: "{app}
|
||||
|
||||
; 64 bits install
|
||||
Source: "{#InstallDir64}\bin\*.*"; DestDir: "{app}\bin"; Excludes: "{#ExcludedBinaries}"; Flags: ignoreversion recursesubdirs; Check: Is64BitInstallMode
|
||||
Source: "{#InstallDir64}\share\locale\*"; DestDir: "{app}\bin\locale"; Flags: ignoreversion recursesubdirs; Check: Is64BitInstallMode
|
||||
;locale only exists for fgrun - which has been disabled
|
||||
;Source: "{#InstallDir64}\share\locale\*"; DestDir: "{app}\bin\locale"; Flags: ignoreversion recursesubdirs; Check: Is64BitInstallMode
|
||||
|
||||
Source: "{#ThirdPartyDir}\3rdParty.x64\bin\zlib.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode
|
||||
Source: "{#ThirdPartyDir}\3rdParty.x64\bin\OpenAL32.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode
|
||||
|
2
fgdata
2
fgdata
@ -1 +1 @@
|
||||
Subproject commit e24a663a2acb2e75804341753209e169c64f3a1d
|
||||
Subproject commit a2e9da76040fed76d6752eaa3f4036385cd2656f
|
@ -1 +1 @@
|
||||
Subproject commit 89d7cd9ef93c1653f46797713c460edb7bf3223f
|
||||
Subproject commit 6f36cd89b76d357cbd4eedebe42cef62fcc473ac
|
2
simgear
2
simgear
@ -1 +1 @@
|
||||
Subproject commit 6e5cbd7fc55f23b2fdb1d935438c11805c8e7042
|
||||
Subproject commit 235e38b69b0e03db53a2476702c7defadc0f4714
|
@ -1 +1 @@
|
||||
Subproject commit 527969ffe10e2d20a9cdad52a37f7e6d4c7bf0ed
|
||||
Subproject commit 5b231bc794105f824f74d35554d63299533850d3
|
Loading…
Reference in New Issue
Block a user