summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2003-03-05 15:54:56 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2003-03-05 15:54:56 +0000
commitb5a56e2480c71581a5c1345fa4b6acc2d67f17cf (patch)
tree475885a4d81e8918c410924e155346d078370c10
parentcc9464e082b82179e3c4b51ea460212c10b2bf0c (diff)
Committing in .
Removed src/mmath.c from OpenVMS makefile Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
-rw-r--r--src/mesa/main/descrip.mms4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index 8d3027c273e..f0c8a1c34ec 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -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,\