Preparations for v0.9.10-pre2 release.
This commit is contained in:
parent
6317faf376
commit
a837b6e768
4 changed files with 11329 additions and 11252 deletions
|
@ -8074,6 +8074,36 @@ SOURCE=.\src\Instrumentation\tacan.hxx
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\Instrumentation\mk_viii.cxx
|
||||
|
||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||
|
||||
# PROP Intermediate_Dir "Release\Lib_Instrumentation"
|
||||
|
||||
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
||||
|
||||
# PROP Intermediate_Dir "Debug\Lib_Instrumentation"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\Instrumentation\mk_viii.hxx
|
||||
|
||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||
|
||||
# PROP Intermediate_Dir "Release\Lib_Instrumentation"
|
||||
|
||||
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
||||
|
||||
# PROP Intermediate_Dir "Debug\Lib_Instrumentation"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\Instrumentation\dclgps.cxx
|
||||
|
||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||
|
@ -9936,6 +9966,51 @@ SOURCE=.\src\Network\garmin.hxx
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\Network\lfsglass.cxx
|
||||
|
||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||
|
||||
# PROP Intermediate_Dir "Release\Lib_Network"
|
||||
|
||||
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
||||
|
||||
# PROP Intermediate_Dir "Debug\Lib_Network"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\Network\lfsglass.hxx
|
||||
|
||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||
|
||||
# PROP Intermediate_Dir "Release\Lib_Network"
|
||||
|
||||
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
||||
|
||||
# PROP Intermediate_Dir "Debug\Lib_Network"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\Network\lfsglass_data.hxx
|
||||
|
||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||
|
||||
# PROP Intermediate_Dir "Release\Lib_Network"
|
||||
|
||||
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
||||
|
||||
# PROP Intermediate_Dir "Debug\Lib_Network"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\Network\httpd.cxx
|
||||
|
||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||
|
|
6
NEWS
6
NEWS
|
@ -1,5 +1,5 @@
|
|||
New in 0.9.10-pre1
|
||||
* March 20, 2006
|
||||
New in 0.9.10-pre2
|
||||
* March 23, 2006
|
||||
|
||||
* Many improvements to the multi-player mode. Other airplanes are now
|
||||
updated smoothly. There is a really nifty google maps based moving
|
||||
|
@ -11,6 +11,7 @@ New in 0.9.10-pre1
|
|||
* Added a detailed model of the Honeywell MK VIII EGPWS ground
|
||||
proximity warning system.
|
||||
* Added background ATC chatter.
|
||||
* Updated/improved rain cone rendering.
|
||||
|
||||
* Upgraded to JSBSim v2.0
|
||||
* Fix a discrepancy in sign of twist and incidence values in YASim
|
||||
|
@ -93,6 +94,7 @@ New in 0.9.10-pre1
|
|||
- English Electric Lightning (F.1A)
|
||||
- Lockheed 1049 Constellation
|
||||
- Lockheed F-80C Shooting Star
|
||||
- Messerschmitt Bf 109
|
||||
- Ogel (a for-fun fantasy airplane.)
|
||||
- New OV-10 with Clickable 3D cockpit
|
||||
- Piper PA24-250 Comanche 250 (N7764P)
|
||||
|
|
|
@ -10,7 +10,7 @@ AC_PREREQ(2.52)
|
|||
dnl Initialize the automake stuff
|
||||
dnl set the $host variable based on local machine/os
|
||||
AC_CANONICAL_TARGET
|
||||
AM_INIT_AUTOMAKE(FlightGear, 0.9.10-pre1)
|
||||
AM_INIT_AUTOMAKE(FlightGear, 0.9.10-pre2)
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_MAKE_SET
|
||||
|
|
Loading…
Reference in a new issue