Renamed flight.[ch] to flight.[ch]xx
This commit is contained in:
parent
eed94c33cf
commit
cf2fa0f213
3 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,6 @@ SUBDIRS = LaRCsim Slew
|
||||||
|
|
||||||
noinst_LIBRARIES = libFlight.a
|
noinst_LIBRARIES = libFlight.a
|
||||||
|
|
||||||
libFlight_a_SOURCES = flight.c flight.h
|
libFlight_a_SOURCES = flight.cxx flight.hxx
|
||||||
|
|
||||||
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|
||||||
|
|
|
@ -119,6 +119,9 @@ int fgFlightModelSetAltitude(int model, fgFLIGHT *f, double alt_meters) {
|
||||||
|
|
||||||
|
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.1 1998/10/16 20:16:41 curt
|
||||||
|
// Renamed flight.[ch] to flight.[ch]xx
|
||||||
|
//
|
||||||
// Revision 1.19 1998/09/29 14:57:38 curt
|
// Revision 1.19 1998/09/29 14:57:38 curt
|
||||||
// c++-ified comments.
|
// c++-ified comments.
|
||||||
//
|
//
|
|
@ -415,6 +415,9 @@ int fgFlightModelSetAltitude(int model, fgFLIGHT *f, double alt_meters);
|
||||||
|
|
||||||
|
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.1 1998/10/16 20:16:44 curt
|
||||||
|
// Renamed flight.[ch] to flight.[ch]xx
|
||||||
|
//
|
||||||
// Revision 1.20 1998/09/29 14:57:39 curt
|
// Revision 1.20 1998/09/29 14:57:39 curt
|
||||||
// c++-ified comments.
|
// c++-ified comments.
|
||||||
//
|
//
|
Loading…
Add table
Reference in a new issue