]> git.mxchange.org Git - flightgear.git/commitdiff
Initial revision.
authorcurt <curt>
Wed, 10 Dec 1997 01:18:25 +0000 (01:18 +0000)
committercurt <curt>
Wed, 10 Dec 1997 01:18:25 +0000 (01:18 +0000)
Tools/Makefile
Tools/TODO [new file with mode: 0644]
Tools/make.inc

index d04297d1f73658451e171b26d4d56ca2edf8b9dd..060bc5d22015459a6e1307e37a37310a9216082b 100644 (file)
@@ -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
 #
diff --git a/Tools/TODO b/Tools/TODO
new file mode 100644 (file)
index 0000000..d6b419d
--- /dev/null
@@ -0,0 +1,2 @@
+- Try reversing cw-wound strips rather than calling glFrontFace() in the 
+  display list.
index 47b06d67b45141b0f86b4f60d36ea527a6f573f0..da1c732bc56d4091da6f9a4c3b372f2019e15ff3 100644 (file)
@@ -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.
 #