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
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
* 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