Updates for 0.0.15
This commit is contained in:
parent
8b13d71fcf
commit
c412739040
@ -1,4 +1,4 @@
|
|||||||
EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h
|
EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h SimGear.dsp SimGear.dsw
|
||||||
|
|
||||||
SUBDIRS = simgear
|
SUBDIRS = simgear
|
||||||
|
|
||||||
@ -73,6 +73,7 @@ distclean:
|
|||||||
#
|
#
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
|
(cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)
|
||||||
tar cf - simgear/metar | (cd $(distdir); tar xvf -)
|
tar cf - simgear/metar | (cd $(distdir); tar xvf -)
|
||||||
@list='@subdirs@'; \
|
@list='@subdirs@'; \
|
||||||
target=distclean; \
|
target=distclean; \
|
||||||
|
2
NEWS
2
NEWS
@ -1,4 +1,5 @@
|
|||||||
New in 0.0.14
|
New in 0.0.14
|
||||||
|
* December 14, 2000
|
||||||
* Added a module to manage waypoints and routes, calculate bearing and
|
* Added a module to manage waypoints and routes, calculate bearing and
|
||||||
distance to next waypoint, lateral distance off route, etc.
|
distance to next waypoint, lateral distance off route, etc.
|
||||||
* Moved some of the basic time management code over from flightgear.
|
* Moved some of the basic time management code over from flightgear.
|
||||||
@ -13,7 +14,6 @@ New in 0.0.14
|
|||||||
* Fixed sky dome so that the color at the horizon will always match
|
* Fixed sky dome so that the color at the horizon will always match
|
||||||
the specified fog color.
|
the specified fog color.
|
||||||
* Did a fair amount of fg -> sg name space updating (lots left to do.)
|
* Did a fair amount of fg -> sg name space updating (lots left to do.)
|
||||||
* December 14, 2000
|
|
||||||
* Added support for KAI C++ on linux.
|
* Added support for KAI C++ on linux.
|
||||||
* MSVC tweaks.
|
* MSVC tweaks.
|
||||||
* MacOS tweaks.
|
* MacOS tweaks.
|
||||||
|
@ -6,7 +6,7 @@ dnl $Id$
|
|||||||
AC_INIT(simgear/bucket/newbucket.cxx)
|
AC_INIT(simgear/bucket/newbucket.cxx)
|
||||||
|
|
||||||
dnl Initialize the automake stuff
|
dnl Initialize the automake stuff
|
||||||
AM_INIT_AUTOMAKE(SimGear, 0.0.14)
|
AM_INIT_AUTOMAKE(SimGear, 0.0.15)
|
||||||
|
|
||||||
dnl Specify KAI C++ compiler and flags.
|
dnl Specify KAI C++ compiler and flags.
|
||||||
dnl Borrowed with slight modification from blitz distribution.
|
dnl Borrowed with slight modification from blitz distribution.
|
||||||
@ -268,7 +268,6 @@ AC_OUTPUT( \
|
|||||||
simgear/Makefile \
|
simgear/Makefile \
|
||||||
simgear/version.h \
|
simgear/version.h \
|
||||||
simgear/bucket/Makefile \
|
simgear/bucket/Makefile \
|
||||||
simgear/camera/Makefile \
|
|
||||||
simgear/debug/Makefile \
|
simgear/debug/Makefile \
|
||||||
simgear/ephemeris/Makefile \
|
simgear/ephemeris/Makefile \
|
||||||
simgear/io/Makefile \
|
simgear/io/Makefile \
|
||||||
|
Loading…
Reference in New Issue
Block a user