SUBDIRS = src-libs simgear
dist-hook:
- (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.9/admin/am2dsp.pl)
+ (cd $(top_srcdir); $(HOME)/Projects/FlightGear-0.9/admin/am2dsp.pl)
#
# Rule to build RPM distribution package
-New in 0.3.7-pre1
-* September 10, 2004
+New in 0.3.7
+* October 12, 2004
* Add support for parsing xml from an in memory buffer, not just a file.
* Don't reduce visibility for a "clear" cloud layer.
* Add support for audio orientation (direction and cone) for internal
view and tower view.
+* Add support for drawing from display lists rather than in immediate mode.
+ This provides a big performance improvement on many systems.
New in 0.3.6
AC_PREREQ(2.52)
dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.3.7-pre1)
+AM_INIT_AUTOMAKE(SimGear, 0.3.7)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.
simgear/props/Makefile \
simgear/route/Makefile \
simgear/scene/Makefile \
+ simgear/scene/fgsg/Makefile \
simgear/scene/material/Makefile \
simgear/scene/model/Makefile \
simgear/scene/sky/Makefile \
includedir = @includedir@/scene
-SUBDIRS = material model sky tgdb
+SUBDIRS = fgsg material model sky tgdb
# lib_LIBRARIES = libsgscene.a