Committing in .
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>
Wed, 5 Mar 2003 15:54:56 +0000 (15:54 +0000)
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>
Wed, 5 Mar 2003 15:54:56 +0000 (15:54 +0000)
 Removed src/mmath.c from OpenVMS makefile

 Modified Files:
  Mesa/src/descrip.mms
 ----------------------------------------------------------------------

src/mesa/main/descrip.mms

index 8d3027c273e6449df15d3c6b2ed4fcf24f441d9c..f0c8a1c34ec84629d471e2ff601f8398741f3c66 100644 (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,\