Compare commits
2 Commits
next
...
release/20
Author | SHA1 | Date | |
---|---|---|---|
|
089bcff15f | ||
|
01913242b0 |
8
.gitmodules
vendored
8
.gitmodules
vendored
@ -1,11 +1,11 @@
|
|||||||
[submodule "simgear"]
|
[submodule "simgear"]
|
||||||
path = simgear
|
path = simgear
|
||||||
url = https://git.code.sf.net/p/flightgear/simgear
|
url = https://git.code.sf.net/p/flightgear/simgear
|
||||||
branch = next
|
branch = release/2017.3
|
||||||
[submodule "flightgear"]
|
[submodule "flightgear"]
|
||||||
path = flightgear
|
path = flightgear
|
||||||
url = https://git.code.sf.net/p/flightgear/flightgear
|
url = https://git.code.sf.net/p/flightgear/flightgear
|
||||||
branch = next
|
branch = release/2017.3
|
||||||
[submodule "fgrun"]
|
[submodule "fgrun"]
|
||||||
path = fgrun
|
path = fgrun
|
||||||
url = https://git.code.sf.net/p/flightgear/fgrun
|
url = https://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/2017.3
|
||||||
[submodule "windows-3rd-party"]
|
[submodule "windows-3rd-party"]
|
||||||
path = windows-3rd-party
|
path = windows-3rd-party
|
||||||
url = https://git.code.sf.net/p/flightgear/windows-3rd-party
|
url = https://git.code.sf.net/p/flightgear/windows-3rd-party
|
||||||
@ -21,4 +21,4 @@
|
|||||||
[submodule "getstart"]
|
[submodule "getstart"]
|
||||||
path = getstart
|
path = getstart
|
||||||
url = https://git.code.sf.net/p/flightgear/getstart
|
url = https://git.code.sf.net/p/flightgear/getstart
|
||||||
branch = next
|
branch = release/2017.3
|
||||||
|
@ -14,7 +14,6 @@ mkdir -p sgBuild
|
|||||||
mkdir -p fgBuild
|
mkdir -p fgBuild
|
||||||
mkdir -p output
|
mkdir -p output
|
||||||
rm -rf output/*
|
rm -rf output/*
|
||||||
rm -rf dist/*
|
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
echo "Starting on SimGear"
|
echo "Starting on SimGear"
|
||||||
|
Loading…
Reference in New Issue
Block a user