summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-10-19 01:29:04 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-10-19 01:29:04 +0000
commit5b25acdac744cfcd294830af1b77a36d155eb37d (patch)
tree9f71030619daf3212ccec69ea20538760d613993
parentcb16208ec076cd68b4ba1ce5aca3426dca20d2b8 (diff)
updated for new mm.c, execmem.c files
-rw-r--r--src/mesa/main/descrip.mms6
-rw-r--r--windows/VC7/mesa/mesa/mesa.vcproj9
2 files changed, 15 insertions, 0 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index a7a5966ca98..ce298229c3e 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 75bff90f448..ed124b537a7 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
@@ -793,6 +799,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