diff options
-rw-r--r-- | src/mesa/main/descrip.mms | 6 | ||||
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 9 |
2 files changed, 15 insertions, 0 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 2f968ce9623..edb338dd47d 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 4c62f61157f..76d1738a9bd 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -192,6 +192,9 @@ RelativePath="..\..\..\..\src\mesa\main\eval.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\execmem.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\extensions.c">
</File>
<File
@@ -285,6 +288,9 @@ RelativePath="..\..\..\..\src\mesa\main\matrix.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\mm.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.c">
</File>
<File
@@ -796,6 +802,9 @@ RelativePath="..\..\..\..\src\mesa\main\matrix.h">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\mm.h">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\mtypes.h">
</File>
<File
|