diff options
| author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2001-12-17 09:02:55 +0000 | 
|---|---|---|
| committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2001-12-17 09:02:55 +0000 | 
| commit | aea09490f5fc23a1fb65cd1f113912b9c5cb0924 (patch) | |
| tree | a157fba596bf4dfb5f187530b7da9e06f78f6d98 /src/mesa/main | |
| parent | 3ade8af7ffce434bb612df67f8e5a780885f991c (diff) | |
 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
 ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main')
| -rw-r--r-- | src/mesa/main/descrip.mms | 10 | 
1 files changed, 10 insertions, 0 deletions
| 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 | 
