]> git.mxchange.org Git - flightgear.git/commit
John Denker:
authorehofman <ehofman>
Tue, 8 Dec 2009 09:48:00 +0000 (09:48 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 9 Dec 2009 07:15:09 +0000 (08:15 +0100)
commitdea145b9210f67239fa887d013faf341e276c849
tree98590068db19cbda3aff1b0bd55a82c077d8a3a9
parent6fcd9f967bf659cc0dcf7288fc82a111e3eaee24
John Denker:
Suggestion:  It might be helpful to promote each of
 the .c files to .cxx.

 Rationale:
 -- The configure/makefile system handles CFLAGS
    differently from CXXFLAGS.
 -- It is important for the *info programs to
    compiled and run in exactly the same environment
    as the main fgfs program.  Some users depend on
    compiler or linker flags such as rpath that
    strongly affect the results of the *info programs.
 -- There is no downside;  you code compiles just
    fine as-is under the c++ compiler.

timoore split the original patch so that alcinfo.cxx can be commited to
the ehofman/sound branch seperately.
tests/Makefile.am
tests/est-epsilon.c [deleted file]
tests/est-epsilon.cxx [new file with mode: 0644]
tests/gl-info.c [deleted file]
tests/gl-info.cxx [new file with mode: 0644]