diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-10-20 21:29:32 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-10-20 21:29:32 +0000 |
commit | f344be793c7322bc43d17c85e90a875383d8ade8 (patch) | |
tree | 9fc8dc7a76b87751d2910b871b12372430a09260 /windows | |
parent | 255afe4abda548ca6273846fae2153ef892ef0df (diff) |
added mm.c mm.h execmem.c
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index ce23169ab9..47cbed016d 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -201,6 +201,10 @@ SOURCE=..\..\..\..\src\mesa\main\extensions.c # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\main\execmem.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\main\fbobject.c
# End Source File
# Begin Source File
@@ -306,6 +310,10 @@ SOURCE=..\..\..\..\src\mesa\main\matrix.c # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\main\mm.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\shader\nvfragparse.c
# End Source File
# Begin Source File
@@ -971,6 +979,10 @@ SOURCE=..\..\..\..\src\mesa\main\matrix.h # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\main\mm.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\main\mtypes.h
# End Source File
# Begin Source File
|