From 8b782ce69b8dc3c6197802f8572631a984e1e70f Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 31 Jul 2012 11:02:38 +0100 Subject: [PATCH] Add the Mac launcher as an external. Folks on other platforms, it's tiny - and this is the simplest way to manage things for the release builds. If you strongly object please let me know and we can figure out an alternate approach. --- .gitmodules | 3 +++ maclauncher | 1 + 2 files changed, 4 insertions(+) create mode 160000 maclauncher diff --git a/.gitmodules b/.gitmodules index 29ede68..7671951 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "flightgear"] path = flightgear url = git://gitorious.org/fg/flightgear.git +[submodule "maclauncher"] + path = maclauncher + url = git://gitorious.org/fg/maclauncher.git diff --git a/maclauncher b/maclauncher new file mode 160000 index 0000000..ed55fa6 --- /dev/null +++ b/maclauncher @@ -0,0 +1 @@ +Subproject commit ed55fa6f7d72c766d623763865ce2cfaa3806044