]> git.mxchange.org Git - flightgear.git/commitdiff
tweaks.
authorcurt <curt>
Mon, 2 Nov 1998 18:27:40 +0000 (18:27 +0000)
committercurt <curt>
Mon, 2 Nov 1998 18:27:40 +0000 (18:27 +0000)
Makefile.am
NEWS

index d74abea4b39c890204b59e2865050fdf15b9e23b..3b84c8cdb63c3958b3de84d0176009f714a6d453 100644 (file)
@@ -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 1849e8d2269731cba18fc10e594f15e7d9fe19f3..4afbb51a65538e9e1123c4eb115567060d2525bf 100644 (file)
--- 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