tweaks.
This commit is contained in:
parent
1b6b7a348d
commit
3bd85d5911
2 changed files with 11 additions and 1 deletions
10
Makefile.am
10
Makefile.am
|
@ -15,6 +15,13 @@ dist-hook:
|
||||||
|
|
||||||
FG_ROOT=$(HOME)/FlightGear
|
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
|
# make the base distribution with textures, sounds and a bit of
|
||||||
# scenery, and all the other associated files
|
# scenery, and all the other associated files
|
||||||
fgfs-base: fgfs-base-tar fgfs-base-zip
|
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 \
|
rm -f makefile Include/makefile Lib/makefile Simulator/makefile \
|
||||||
Tools/makefile \
|
Tools/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
|
rm -f Src/Main/fg.exe Tools/*/*.exe
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -2,6 +2,8 @@ New in 0.56
|
||||||
* Added some initial joystick support using Steve's joystick interface class.
|
* 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
|
This works great under Linux, but Steve's class now needs to be ported to
|
||||||
Windoze and other platforms.
|
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 in 0.55
|
||||||
* New version of gpc (generic polygon clipping library) from
|
* New version of gpc (generic polygon clipping library) from
|
||||||
|
|
Loading…
Add table
Reference in a new issue