From aea09490f5fc23a1fb65cd1f113912b9c5cb0924 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 17 Dec 2001 09:02:55 +0000 Subject: Committing in . Update OpenVMS makefile for vertex-routines #ifndef __VMS added for one print statement containing __FUNCTION__ Modified Files: Mesa/src/descrip.mms Mesa/src/tnl/t_imm_api.c ---------------------------------------------------------------------- --- src/mesa/main/descrip.mms | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/mesa/main') diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 2b662b0b65..447c97134a 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -67,6 +67,9 @@ CORE_SOURCES =accum.c \ texutil.c \ varray.c \ vtxfmt.c \ + vpstate.c \ + vpexec.c \ + vtparse.c \ [.x86]x86.c DRIVER_SOURCES = [.x]glxapi.c [.x]fakeglx.c [.x]xfonts.c \ @@ -134,6 +137,7 @@ TNL_SOURCES=[.tnl]t_array_api.c \ [.tnl]t_vb_light.c \ [.tnl]t_vb_normals.c \ [.tnl]t_vb_points.c \ +[.tnl]t_vb_program.c \ [.tnl]t_vb_render.c \ [.tnl]t_vb_texgen.c \ [.tnl]t_vb_texmat.c \ @@ -209,6 +213,9 @@ texstore.obj,\ texutil.obj,\ varray.obj,\ vtxfmt.obj,\ +vpstate.obj,\ +vpexec.obj,\ +vpparse.obj,\ [.x86]x86.obj OBJECTS4=[.x]glxapi.obj,[.x]fakeglx.obj,[.x]xfonts.obj,\ @@ -280,6 +287,7 @@ OBJECTS12=[.tnl]t_imm_fixup.obj,\ [.tnl]t_vb_light.obj,\ [.tnl]t_vb_normals.obj,\ [.tnl]t_vb_points.obj,\ +[.tnl]t_vb_program.obj,\ [.tnl]t_vb_render.obj,\ [.tnl]t_vb_texgen.obj,\ [.tnl]t_vb_texmat.obj,\ @@ -505,6 +513,8 @@ imports.obj : imports.c $(CC) $(CFLAGS) /obj=[.tnl]t_vb_normals.obj [.tnl]t_vb_normals.c [.tnl]t_vb_points.obj : [.tnl]t_vb_points.c $(CC) $(CFLAGS) /obj=[.tnl]t_vb_points.obj [.tnl]t_vb_points.c +[.tnl]t_vb_program.obj : [.tnl]t_vb_program.c + $(CC) $(CFLAGS) /obj=[.tnl]t_vb_program.obj [.tnl]t_vb_program.c [.tnl]t_vb_render.obj : [.tnl]t_vb_render.c $(CC) $(CFLAGS) /obj=[.tnl]t_vb_render.obj [.tnl]t_vb_render.c [.tnl]t_vb_texgen.obj : [.tnl]t_vb_texgen.c -- cgit v1.2.3