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"]
|
[submodule "simgear"]
|
||||||
path = simgear
|
path = simgear
|
||||||
url = git://git.code.sf.net/p/flightgear/simgear
|
url = git://git.code.sf.net/p/flightgear/simgear
|
||||||
branch = next
|
branch = release/2016.4
|
||||||
[submodule "flightgear"]
|
[submodule "flightgear"]
|
||||||
path = flightgear
|
path = flightgear
|
||||||
url = git://git.code.sf.net/p/flightgear/flightgear
|
url = git://git.code.sf.net/p/flightgear/flightgear
|
||||||
branch = next
|
branch = release/2016.4
|
||||||
[submodule "fgrun"]
|
[submodule "fgrun"]
|
||||||
path = fgrun
|
path = fgrun
|
||||||
url = git://git.code.sf.net/p/flightgear/fgrun
|
url = git://git.code.sf.net/p/flightgear/fgrun
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
[submodule "fgdata"]
|
[submodule "fgdata"]
|
||||||
path = fgdata
|
path = fgdata
|
||||||
url = git://git.code.sf.net/p/flightgear/fgdata
|
url = git://git.code.sf.net/p/flightgear/fgdata
|
||||||
branch = next
|
branch = release/2016.4
|
||||||
[submodule "windows-3rd-party"]
|
[submodule "windows-3rd-party"]
|
||||||
path = windows-3rd-party
|
path = windows-3rd-party
|
||||||
url = git://git.code.sf.net/p/flightgear/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
|
; 32 bits install
|
||||||
|
|
||||||
Source: "{#InstallDir32}\bin\*.*"; DestDir: "{app}\bin"; Excludes: "{#ExcludedBinaries}"; Flags: ignoreversion recursesubdirs; Check: not Is64BitInstallMode
|
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\zlib.dll"; DestDir: "{app}\bin"; Check: not Is64BitInstallMode
|
||||||
Source: "{#ThirdPartyDir}\3rdParty\bin\OpenAL32.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
|
; 64 bits install
|
||||||
Source: "{#InstallDir64}\bin\*.*"; DestDir: "{app}\bin"; Excludes: "{#ExcludedBinaries}"; Flags: ignoreversion recursesubdirs; Check: Is64BitInstallMode
|
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\zlib.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode
|
||||||
Source: "{#ThirdPartyDir}\3rdParty.x64\bin\OpenAL32.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode
|
Source: "{#ThirdPartyDir}\3rdParty.x64\bin\OpenAL32.dll"; DestDir: "{app}\bin"; Check: Is64BitInstallMode
|
||||||
|
|||||||
2
fgdata
2
fgdata
Submodule fgdata updated: e24a663a2a...a2e9da7604
Submodule flightgear updated: 89d7cd9ef9...6f36cd89b7
2
simgear
2
simgear
Submodule simgear updated: 6e5cbd7fc5...235e38b69b
Submodule windows-3rd-party updated: 527969ffe1...5b231bc794
Reference in New Issue
Block a user