]> 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:37 +0000 (08:15 +0100)
commit0dc35c8d38c8d59ab69362299e76610c3b1ca045
treed15a7d83afc89959a4e6b5d21b1036120bf8f82e
parent6324d5a03d3558c69cbbfffff5b4bceecb4323a0
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.

second part of the original commit, for ehofman/sound
tests/Makefile.am
tests/alcinfo.c [deleted file]
tests/alcinfo.cxx [new file with mode: 0644]