]> git.mxchange.org Git - flightgear.git/commit
Frederic Bouvier:
authorehofman <ehofman>
Sat, 3 Jul 2004 10:59:34 +0000 (10:59 +0000)
committerehofman <ehofman>
Sat, 3 Jul 2004 10:59:34 +0000 (10:59 +0000)
commit1d2af567bfe428d9d1bf26d59513233ee7effa71
tree070d7fe26fa0afc29fbd35c0417b2878eba614f4
parent5c685b34de6f51c35f8ade29f539cc1b18e1b92f
Frederic Bouvier:

I have 3 issues that are fixed by this set of patches.

1. In extensions.cxx
  #else if !defined( WIN32 )  must be changed by
  #elif !defined( WIN32 ) because the text after #else
  seems to be ignored

2. banner is not available on windows, only cygwin

3. ANSI escape sequences are not interpreted on the
   windows console. We just have garbage that is hard
   to read.
src/FDM/JSBSim/FGFDMExec.cpp
src/FDM/JSBSim/FGJSBBase.cpp