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
|
include make.inc
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS = Dem2node FixNode Tri2obj Triangle
|
SUBDIRS = Dem2node FixNode FixObj Stripe_u Tri2obj Triangle
|
||||||
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
@ -58,15 +58,17 @@ clean:
|
||||||
|
|
||||||
source-tar: clean
|
source-tar: clean
|
||||||
echo "need to fix this"
|
echo "need to fix this"
|
||||||
# (cd ../..; \
|
(cd ..; \
|
||||||
# tar cvzf source-$(VERSION).tar.gz FlightGear/fgtop FlightGear/COPYING \
|
tar cvzf demtools-$(VERSION).tar.gz Tools/Makefile Tools/README \
|
||||||
# FlightGear/Docs FlightGear/Src FlightGear/Thanks)
|
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
|
source-zip: clean
|
||||||
echo "need to fix this"
|
echo "need to fix this"
|
||||||
# (cd ../..; \
|
(cd ..; \
|
||||||
# zip -r source-$(VERSION).zip FlightGear/fgtop FlightGear/COPYING \
|
zip -r demtools-$(VERSION).zip Tools/Makefile Tools/README \
|
||||||
# FlightGear/Docs FlightGear/Src FlightGear/Thanks)
|
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
|
bin-tar: all
|
||||||
echo "need to fix this"
|
echo "need to fix this"
|
||||||
|
@ -86,6 +88,9 @@ bin-zip:
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.4 1997/12/10 01:18:25 curt
|
||||||
|
# Initial revision.
|
||||||
|
#
|
||||||
# Revision 1.3 1997/11/27 00:18:26 curt
|
# Revision 1.3 1997/11/27 00:18:26 curt
|
||||||
# Added FixNode
|
# 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
|
# Choose your weapons
|
||||||
|
@ -120,6 +120,9 @@ FG_CFLAGS = $(GLOBAL_CFLAGS)
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.2 1997/12/10 01:18:26 curt
|
||||||
|
# Initial revision.
|
||||||
|
#
|
||||||
# Revision 1.1 1997/10/20 19:52:18 curt
|
# Revision 1.1 1997/10/20 19:52:18 curt
|
||||||
# Initial revision.
|
# Initial revision.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue