Initial revision.
This commit is contained in:
parent
c3d5322676
commit
0b3701e0c2
3 changed files with 18 additions and 8 deletions
|
@ -27,7 +27,7 @@
|
|||
include make.inc
|
||||
|
||||
|
||||
SUBDIRS = Dem2node FixNode Tri2obj Triangle
|
||||
SUBDIRS = Dem2node FixNode FixObj Stripe_u Tri2obj Triangle
|
||||
|
||||
|
||||
all:
|
||||
|
@ -58,15 +58,17 @@ clean:
|
|||
|
||||
source-tar: clean
|
||||
echo "need to fix this"
|
||||
# (cd ../..; \
|
||||
# tar cvzf source-$(VERSION).tar.gz FlightGear/fgtop FlightGear/COPYING \
|
||||
# FlightGear/Docs FlightGear/Src FlightGear/Thanks)
|
||||
(cd ..; \
|
||||
tar cvzf demtools-$(VERSION).tar.gz Tools/Makefile Tools/README \
|
||||
Tools/TODO Tools/make.inc Tools/Dem2node Tools/FixNode Tools/FixObj \
|
||||
Tools/Stripe_u Tools/Tri2obj Tools/Triangle Tools/mesa-e.dem)
|
||||
|
||||
source-zip: clean
|
||||
echo "need to fix this"
|
||||
# (cd ../..; \
|
||||
# zip -r source-$(VERSION).zip FlightGear/fgtop FlightGear/COPYING \
|
||||
# FlightGear/Docs FlightGear/Src FlightGear/Thanks)
|
||||
(cd ..; \
|
||||
zip -r demtools-$(VERSION).zip Tools/Makefile Tools/README \
|
||||
Tools/TODO Tools/make.inc Tools/Dem2node Tools/FixNode Tools/FixObj \
|
||||
Tools/Stripe_u Tools/Tri2obj Tools/Triangle Tools/mesa-e.dem)
|
||||
|
||||
bin-tar: all
|
||||
echo "need to fix this"
|
||||
|
@ -86,6 +88,9 @@ bin-zip:
|
|||
|
||||
#---------------------------------------------------------------------------
|
||||
# $Log$
|
||||
# Revision 1.4 1997/12/10 01:18:25 curt
|
||||
# Initial revision.
|
||||
#
|
||||
# Revision 1.3 1997/11/27 00:18:26 curt
|
||||
# Added FixNode
|
||||
#
|
||||
|
|
2
Tools/TODO
Normal file
2
Tools/TODO
Normal file
|
@ -0,0 +1,2 @@
|
|||
- Try reversing cw-wound strips rather than calling glFrontFace() in the
|
||||
display list.
|
|
@ -25,7 +25,7 @@
|
|||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
VERSION = 0.01
|
||||
VERSION = 0.02
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Choose your weapons
|
||||
|
@ -120,6 +120,9 @@ FG_CFLAGS = $(GLOBAL_CFLAGS)
|
|||
|
||||
#---------------------------------------------------------------------------
|
||||
# $Log$
|
||||
# Revision 1.2 1997/12/10 01:18:26 curt
|
||||
# Initial revision.
|
||||
#
|
||||
# Revision 1.1 1997/10/20 19:52:18 curt
|
||||
# Initial revision.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue