diff options
author | Thierry Reding <[email protected]> | 2006-11-18 17:59:25 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2006-11-18 17:59:25 +0000 |
commit | bb44a8ae1f392d44b2f588c831101c865485bcfd (patch) | |
tree | 3c5e6aa649975c46d68c3f7745f6410ddac1f174 /windows | |
parent | b5a5062176ffae31566f55db4eee6099d15ccf1f (diff) |
Update to latest upstream release candidate.
Update patches.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 4 | ||||
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index 60ff915a32e..a2f2f2dff4f 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -393,6 +393,10 @@ SOURCE=..\..\..\..\src\mesa\main\matrix.c # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\main\mipmap.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\main\mm.c
# End Source File
# Begin Source File
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index c6da5b0cffb..b63312c8862 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -288,6 +288,9 @@ RelativePath="..\..\..\..\src\mesa\main\matrix.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\mipmap.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\mm.c">
</File>
<File
|