diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-05-19 03:37:41 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-05-19 03:37:41 +0000 |
commit | d2e5598cd32786bf77a46dcc4cd27d8c0ec278af (patch) | |
tree | 9e20e926fe591a4acddd5c5ed865ba12cc91501a /windows | |
parent | e2db790a46a539ff5eee5b6f57862dbff149deab (diff) |
added rbadaptors.[ch] files
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 8 | ||||
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index cfd11ff613..527598baaa 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -433,6 +433,10 @@ SOURCE=..\..\..\..\src\mesa\main\rastpos.c # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\main\rbadaptors.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\main\renderbuffer.c
# End Source File
# Begin Source File
@@ -1203,6 +1207,10 @@ SOURCE=..\..\..\..\src\mesa\main\rastpos.h # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\main\rbadaptors.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\main\renderbuffer.h
# End Source File
# Begin Source File
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 6c7e71d92c..d2db42444d 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -318,6 +318,9 @@ RelativePath="..\..\..\..\src\mesa\main\rastpos.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\rbadaptors.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\renderbuffer.c">
</File>
<File
@@ -874,6 +877,9 @@ RelativePath="..\..\..\..\src\mesa\main\rastpos.h">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\rbadaptors.h">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\main\renderbuffer.h">
</File>
<File
|