Committing in .

Removed src/mmath.c from OpenVMS makefile

 Modified Files:
 	Mesa/src/descrip.mms
 ----------------------------------------------------------------------
This commit is contained in:
Jouk Jansen 2003-03-05 15:54:56 +00:00
parent cc9464e082
commit b5a56e2480

View file

@ -48,7 +48,6 @@ CORE_SOURCES =accum.c \
light.c \
lines.c \
matrix.c \
mmath.c \
nvprogram.c \
nvfragparse.c \
nvvertexec.c \
@ -191,8 +190,7 @@ light.obj,\
lines.obj,\
matrix.obj
OBJECTS3=mmath.obj,\
nvprogram.obj,\
OBJECTS3=nvprogram.obj,\
nvfragparse.obj,\
nvvertexec.obj,\
nvvertparse.obj,\