From: curt Date: Wed, 8 Jul 1998 14:49:13 +0000 (+0000) Subject: tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=14ed0c8fa8d8bfc9d34e7f24ecfbdc67d46efb77;p=flightgear.git tweaks. --- diff --git a/SplitTris/Makefile.am b/SplitTris/Makefile.am index e928787d7..be4d06c8f 100644 --- a/SplitTris/Makefile.am +++ b/SplitTris/Makefile.am @@ -26,7 +26,7 @@ bin_PROGRAMS = splittris -splittris_SOURCES = splittris.c splittris.h +splittris_SOURCES = splittris.cxx splittris.hxx splittris_LDADD = \ $(top_builddir)/Lib/Bucket/libBucket.la \ @@ -39,6 +39,9 @@ INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib #--------------------------------------------------------------------------- # $Log$ +# Revision 1.5 1998/07/08 14:49:13 curt +# tweaks. +# # Revision 1.4 1998/04/24 00:44:06 curt # Added zlib support. # diff --git a/Tools/process-dem.pl b/Tools/process-dem.pl index a169209ac..adca9c3d3 100755 --- a/Tools/process-dem.pl +++ b/Tools/process-dem.pl @@ -40,7 +40,7 @@ $do_triangle_2 = 1; $do_tri2obj = 1; $do_strips = 1; $do_fixobj = 1; - + $do_install = 1; @@ -423,6 +423,9 @@ sub install { #--------------------------------------------------------------------------- # $Log$ +# Revision 1.22 1998/07/08 14:49:13 curt +# tweaks. +# # Revision 1.21 1998/06/08 17:18:37 curt # Mods to test new Stripe fixes from Wilbur Streett. # diff --git a/Tri2obj/Makefile.am b/Tri2obj/Makefile.am index 86b10ba82..e0ea71e5b 100644 --- a/Tri2obj/Makefile.am +++ b/Tri2obj/Makefile.am @@ -26,7 +26,7 @@ bin_PROGRAMS = tri2obj -tri2obj_SOURCES = tri2obj.c tri2obj.h +tri2obj_SOURCES = tri2obj.cxx tri2obj.hxx tri2obj_LDADD = \ $(top_builddir)/Lib/Bucket/libBucket.la \ @@ -39,6 +39,9 @@ INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib #--------------------------------------------------------------------------- # $Log$ +# Revision 1.5 1998/07/08 14:49:14 curt +# tweaks. +# # Revision 1.4 1998/04/24 00:44:07 curt # Added zlib support. #