diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-07-21 19:56:52 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-07-21 19:56:52 +0000 |
commit | a97492f4dfd29e2c8821de44a9df47c5f107611c (patch) | |
tree | 040b992130848f7006abeb8b00c38177bc578b48 | |
parent | 9d9d7b1deef8b4330e29b5f601fbba93b6374fd8 (diff) | |
download | external_mesa3d-a97492f4dfd29e2c8821de44a9df47c5f107611c.zip external_mesa3d-a97492f4dfd29e2c8821de44a9df47c5f107611c.tar.gz external_mesa3d-a97492f4dfd29e2c8821de44a9df47c5f107611c.tar.bz2 |
added arrayobj.[ch] files
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 8 | ||||
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index 23a5059..60ff915 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -163,6 +163,10 @@ SOURCE=..\..\..\..\src\mesa\main\api_validate.c # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\main\arrayobj.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\shader\arbprogparse.c
# End Source File
# Begin Source File
@@ -899,6 +903,10 @@ SOURCE=..\..\..\..\src\mesa\main\api_validate.h # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\main\arrayobj.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\shader\arbprogparse.h
# End Source File
# Begin Source File
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index d2db424..c6da5b0 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -129,6 +129,9 @@ RelativePath="..\..\..\..\src\mesa\main\api_validate.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\main\arrayobj.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.c">
</File>
<File
|