1
0
Fork 0
This commit is contained in:
curt 1998-11-02 18:27:40 +00:00
parent 1b6b7a348d
commit 3bd85d5911
2 changed files with 11 additions and 1 deletions

View 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

2
NEWS
View file

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