]> git.mxchange.org Git - flightgear.git/commit
Some additional changes to ensure that FlightGear at least compiles after configuring...
authordurk <durk>
Tue, 5 Jan 2010 20:04:54 +0000 (20:04 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 5 Jan 2010 21:21:49 +0000 (22:21 +0100)
commitd8ae90801acd1ea051d2f46dc434b649ea53ba2f
tree63b1392df918dcc44445f74c7ad4e132e69ba8c9
parent8114d1d8998f48e61e2bd4a73d8223961ad4dc17
Some additional changes to ensure that FlightGear at least compiles after configuring with --disable-atcdcl. Some substitution code is added in ATC/atcutils.cxx and ATC/atcutils.hxx. Note that the new code doesn't run properly yet. Instead, it is just meant to identify which parts need replacement. Getting that to work will be the next step.
src/ATC/Makefile.am
src/ATC/atcutils.cxx [new file with mode: 0644]
src/ATC/atcutils.hxx [new file with mode: 0644]
src/Airports/apt_loader.cxx
src/Airports/apt_loader.hxx
src/Instrumentation/KLN89/kln89.cxx
src/Main/fg_init.cxx