From 11fc80de7f4f1a85588a76659bfd157f3b4f3973 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 12 Apr 2005 08:55:57 +0000 Subject: Switched to the native GLU tesselator instead of the buitlin. --- Perl/Makefile.PL.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Perl') diff --git a/Perl/Makefile.PL.in b/Perl/Makefile.PL.in index 611dddb..fbe4430 100644 --- a/Perl/Makefile.PL.in +++ b/Perl/Makefile.PL.in @@ -29,9 +29,6 @@ my @GENERIC_C = ('Tabular.c', 'Rectangle.c', 'Arc.c', 'Curve.c', 'perfos.c', 'Transfo.c', 'Group.c', 'Icon.c', 'Text.c', 'Image.c', 'Color.c', 'Field.c', 'Triangles.c', 'Window.c', 'tkZinc.c'); -my @LIBTESS_C = ('dict.c', 'geom.c', 'memalloc.c', 'mesh.c', 'normal.c', 'priorityq.c', - 'render.c', 'sweep.c', 'tess.c', 'tessmono.c'); - my @ATC_C = ('OverlapMan.c', 'Track.c', 'Reticle.c', 'Map.c', 'MapInfo.c'); my @WIN_C = ('WinPort.c'); @@ -40,13 +37,13 @@ my @C; my $WIN = ($platform =~ /win/i); -push @C, @LIBTESS_C, @GENERIC_C ; +push @C, @GENERIC_C ; -my $NeededLibs = ['-L/usr/X11R6/lib -lXext -lX11 -lGL -L.']; +my $NeededLibs = ['-L/usr/X11R6/lib -lXext -lX11 -GLU -lGL -L.']; if ($WIN) { push @C, @WIN_C; - $NeededLibs = ['-lopengl32'] + $NeededLibs = ['-lglu32 -lopengl32'] } my $ZincObj = "Zinc" . $Config{"_o"}; -- cgit v1.1