X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Tri2obj%2FMakefile;h=9cdbaaa61ccc9e795315ef40fe76f01fc848a183;hb=6aaf9bebc7fd32577008866c6a93b507d9f5a0ac;hp=87ddbbd49c26f8dd7f93f26ad9e091510d93b443;hpb=8e59b3debd834cfe2fe10086403e9059c2ab9438;p=flightgear.git diff --git a/Tri2obj/Makefile b/Tri2obj/Makefile index 87ddbbd49..9cdbaaa61 100644 --- a/Tri2obj/Makefile +++ b/Tri2obj/Makefile @@ -26,7 +26,7 @@ TARGET = tri2obj -CFILES = tri2obj.c +CFILES = tri2obj.c ../../Src/Scenery/tileutils.c OFILES = $(CFILES:.c=.o) @@ -66,6 +66,9 @@ tri2obj.o: tri2obj.c #--------------------------------------------------------------------------- # $Log$ +# Revision 1.4 1998/01/17 01:25:39 curt +# Added support for shared normals. +# # Revision 1.3 1997/12/02 13:13:32 curt # Fixed problem with averaged vertex normals. #