summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2001-01-05 08:09:46 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2001-01-05 08:09:46 +0000
commit2d7e25c9ffea6f8fb64d54c57bcd0ade5559bb35 (patch)
tree9f26c273da4c599de2bcc89a7cee1bc65a451e60 /src/mesa/main/descrip.mms
parentf4b02d1a2675d4a0699b8995a422fbd413c32301 (diff)
Committing in .
Modified Files: Mesa/src/descrip.mms VMS makefile update ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r--src/mesa/main/descrip.mms6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index bc0c1ea085..39716901e9 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -1,6 +1,6 @@
# Makefile for core library for VMS
# contributed by Jouk Jansen joukj@hrem.stm.tudelft.nl
-# Last revision : 17 November 2000
+# Last revision : 5 Januari 2001
.first
define gl [-.include.gl]
@@ -88,7 +88,6 @@ DRIVER_SOURCES = [.x]glxapi.c [.x]fakeglx.c [.x]xfonts.c \
[.fx]fxtexman.c \
[.fx]fxtris.c \
[.fx]fxvb.c \
-[.fx]fxsimplerender.c \
[.fx]fxglidew.c
RASTER_SOURCES = [.swrast]s_aatriangle.c \
@@ -237,7 +236,6 @@ OBJECTS6=[.fx]fxddspan.obj,\
[.fx]fxtexman.obj,\
[.fx]fxtris.obj,\
[.fx]fxvb.obj,\
-[.fx]fxsimplerender.obj,\
[.fx]fxglidew.obj
OBJECTS7=[.swrast]s_aatriangle.obj,\
@@ -416,8 +414,6 @@ imports.obj : imports.c
$(CC) $(CFLAGS) /obj=[.fx]fxtris.obj [.fx]fxtris.c
[.fx]fxvb.obj : [.fx]fxvb.c
$(CC) $(CFLAGS) /obj=[.fx]fxvb.obj [.fx]fxvb.c
-[.fx]fxsimplerender.obj : [.fx]fxsimplerender.c
- $(CC) $(CFLAGS) /obj=[.fx]fxsimplerender.obj [.fx]fxsimplerender.c
[.fx]fxglidew.obj : [.fx]fxglidew.c
$(CC) $(CFLAGS) /obj=[.fx]fxglidew.obj [.fx]fxglidew.c
[.swrast]s_aaline.obj : [.swrast]s_aaline.c