From dc4070c7870b1bc9ed1c39908177c1e8d983b111 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 19 Oct 2005 01:28:14 +0000 Subject: updated for new mm.c, execmem.c files --- src/mesa/main/descrip.mms | 6 ++++++ windows/VC7/mesa/mesa/mesa.vcproj | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 2f968ce962..edb338dd47 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -38,6 +38,7 @@ SOURCES =accum.c \ enable.c \ enums.c \ eval.c \ + execmem.c \ extensions.c \ fbobject.c \ feedback.c \ @@ -53,6 +54,7 @@ SOURCES =accum.c \ light.c \ lines.c \ matrix.c \ + mm.c \ occlude.c \ pixel.c \ points.c \ @@ -95,6 +97,7 @@ drawpix.obj,\ enable.obj,\ enums.obj,\ eval.obj,\ +execmem.obj,\ extensions.obj,\ fbobject.obj,\ feedback.obj,\ @@ -110,6 +113,7 @@ imports.obj,\ light.obj,\ lines.obj,\ matrix.obj,\ +mm.obj,\ occlude.obj,\ pixel.obj,\ points.obj,\ @@ -166,6 +170,7 @@ drawpix.obj : drawpix.c enable.obj : enable.c enums.obj : enums.c eval.obj : eval.c +execmem.obj : execmem.c extensions.obj : extensions.c fbobject.obj : fbobject.c feedback.obj : feedback.c @@ -181,6 +186,7 @@ imports.obj : imports.c vsnprintf.c light.obj : light.c lines.obj : lines.c matrix.obj : matrix.c +mm.obj: mm.c occlude.obj : occlude.c pixel.obj : pixel.c points.obj : points.c diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 4c62f61157..76d1738a9b 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -191,6 +191,9 @@ + + @@ -284,6 +287,9 @@ + + @@ -795,6 +801,9 @@ + + -- cgit v1.2.3