1
0
Fork 0

Tweaks for new version.

This commit is contained in:
curt 1997-08-16 12:22:17 +00:00
parent 6876c9b34c
commit c0d9337406
2 changed files with 9 additions and 3 deletions

View file

@ -60,17 +60,20 @@ clean:
tar: clean tar: clean
(cd ../..; \ (cd ../..; \
tar cvf prototype-$(VERSION).tar FlightGear/COPYING FlightGear/Docs \ tar cvf source-$(VERSION).tar FlightGear/COPYING FlightGear/Docs \
FlightGear/Src FlightGear/Thanks) FlightGear/Src FlightGear/Thanks)
zip: clean zip: clean
(cd ../..; \ (cd ../..; \
zip -r prototype-$(VERSION).zip FlightGear/COPYING FlightGear/Docs \ zip -r source-$(VERSION).zip FlightGear/COPYING FlightGear/Docs \
FlightGear/Src FlightGear/Thanks) FlightGear/Src FlightGear/Thanks)
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# $Log$ # $Log$
# Revision 1.24 1997/08/16 12:22:17 curt
# Tweaks for new version.
#
# Revision 1.23 1997/08/13 20:22:55 curt # Revision 1.23 1997/08/13 20:22:55 curt
# Renamed OpenGL/ to GLUT/ # Renamed OpenGL/ to GLUT/
# #

View file

@ -25,7 +25,7 @@
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
VERSION = 0.07 VERSION = 0.08
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# Choose your weapons # Choose your weapons
@ -120,6 +120,9 @@ FG_CFLAGS = $(GLOBAL_CFLAGS)
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# $Log$ # $Log$
# Revision 1.10 1997/08/16 12:22:19 curt
# Tweaks for new version.
#
# Revision 1.9 1997/07/19 22:41:35 curt # Revision 1.9 1997/07/19 22:41:35 curt
# tweaks # tweaks
# #