]> git.mxchange.org Git - flightgear.git/commit
Remove conditional compilation of ATCDCL
authorDave Luff <daveluff@ntlworld.com>
Tue, 28 Dec 2010 18:08:41 +0000 (18:08 +0000)
committerDave Luff <daveluff@ntlworld.com>
Tue, 28 Dec 2010 18:23:40 +0000 (18:23 +0000)
commitd6fceb3fbc1304bbcd1b9df90fb559e291b0272b
treee4db8d240e5d3a96452b8e3e39fd24d0ef720695
parentb26705d3bef4044ee9ff92bb6e4f0af3c53c49b9
Remove conditional compilation of ATCDCL

This patch removes the conditional compilation of ATCDCL, compiling both
the old and new ATC systems.  The old system only provides ATIS, AWOS and
some dialog lookups, and hence should not conflict with the new system.
15 files changed:
configure.ac
src/ATC/CMakeLists.txt
src/ATC/Makefile.am
src/ATC/atcutils.cxx [deleted file]
src/ATC/atcutils.hxx [deleted file]
src/ATCDCL/CMakeLists.txt [new file with mode: 0644]
src/Airports/apt_loader.cxx
src/CMakeLists.txt
src/Include/config_cmake.h.in
src/Instrumentation/KLN89/kln89.cxx
src/Instrumentation/KLN89/kln89_page_apt.cxx
src/Main/Makefile.am
src/Main/fg_init.cxx
src/Main/main.cxx
src/Makefile.am