summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2002-10-25 08:26:26 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2002-10-25 08:26:26 +0000
commitc2836e9ac6ab643d293f9db8b52239299132c5bf (patch)
treede7e78010b1075bf192ee442f9052035326921c1 /src/mesa/main/descrip.mms
parent46458ba2130ba60983f9e2a651eb84970246ec1c (diff)
Committing in .
Removed src/mem.c from OpenVMS makefile Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/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 6a08365d2cb..215ace488ef 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 \
- mem.c \
mmath.c \
pixel.c \
points.c \
@@ -187,8 +186,7 @@ image.obj,\
imports.obj,\
light.obj,\
lines.obj,\
-matrix.obj,\
-mem.obj
+matrix.obj
OBJECTS3=mmath.obj,\
pixel.obj,\