From 3bd85d5911d34e034daa53de66c3c366833b9202 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 2 Nov 1998 18:27:40 +0000 Subject: [PATCH] tweaks. --- Makefile.am | 10 +++++++++- NEWS | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d74abea4b..3b84c8cdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,13 @@ dist-hook: FG_ROOT=$(HOME)/FlightGear +# refresh the fg-root installation +update-fg-root: + tar cf - AUTHORS COPYING NEWS README README.Linux README.Unix \ + README.Win32 README.anoncvs README.autoconf README.running \ + Thanks \ + | (cd $HOME/FlightGear; tar xvf -) + # make the base distribution with textures, sounds and a bit of # scenery, and all the other associated files fgfs-base: fgfs-base-tar fgfs-base-zip @@ -83,5 +90,6 @@ clean-winbloze: clean-deps clean-libs rm -f makefile Include/makefile Lib/makefile Simulator/makefile \ Tools/makefile \ Lib/*/makefile Simulator/*/makefile Tools/*/makefile \ - Lib/*/*/makefile Simulator/*/*/makefile Tools/*/*/makefile + Lib/*/*/makefile Simulator/*/*/makefile Tools/*/*/makefile \ + Tests/makefile rm -f Src/Main/fg.exe Tools/*/*.exe diff --git a/NEWS b/NEWS index 1849e8d22..4afbb51a6 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ New in 0.56 * Added some initial joystick support using Steve's joystick interface class. This works great under Linux, but Steve's class now needs to be ported to Windoze and other platforms. +* Also added a fall back to the GLUT joystick routines for windows (until + we can find better joystick support.) New in 0.55 * New version of gpc (generic polygon clipping library) from