]> git.mxchange.org Git - flightgear.git/commit
More fixes to the ATCDCL & ATC compilation
authorDave Luff <daveluff@ntlworld.com>
Wed, 29 Dec 2010 18:52:39 +0000 (18:52 +0000)
committerDave Luff <daveluff@ntlworld.com>
Wed, 29 Dec 2010 18:52:39 +0000 (18:52 +0000)
commit07d430c129e6214c06df994b42bb997b05dfbd31
tree815c79877fc6e908ad4db467001ee1a54ede4bab
parent9aa53cb6ab92e92edbcef1e7280485a2ad256c99
More fixes to the ATCDCL & ATC compilation

Rename ATC/atis.[ch]xx to ATC/atis_mgr.[ch]xx, to avoid confusingly
having 2 atis.cxx and 2 atis.hxx in the source tree.  Also fix a copy
and paste error in src/ATCDCL/CMakeLists.txt.
src/ATC/CMakeLists.txt
src/ATC/Makefile.am
src/ATC/atis.cxx [deleted file]
src/ATC/atis.hxx [deleted file]
src/ATC/atis_mgr.cxx [new file with mode: 0644]
src/ATC/atis_mgr.hxx [new file with mode: 0644]
src/ATCDCL/CMakeLists.txt
src/Main/fg_init.cxx