diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-19 15:37:00 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-19 15:37:00 +0000 |
commit | 9fd133511c4843675d7bdba620bc0b1674a5c213 (patch) | |
tree | 05dbfaff20ea39d4359efecc193cc46c9167d3a6 /windows | |
parent | 8c41a14c5ef0b8d2b0f1a1cd094f5abc41fa48f8 (diff) |
removed arbfragparse.[ch] arbvertparse.[ch]
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 16 | ||||
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 12 |
2 files changed, 0 insertions, 28 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index 0fd4729562..cb275d721e 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -113,10 +113,6 @@ SOURCE=..\..\..\..\src\mesa\main\api_validate.c # End Source File
# Begin Source File
-SOURCE=..\..\..\..\src\mesa\shader\arbfragparse.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\..\src\mesa\shader\arbprogparse.c
# End Source File
# Begin Source File
@@ -125,10 +121,6 @@ SOURCE=..\..\..\..\src\mesa\shader\arbprogram.c # End Source File
# Begin Source File
-SOURCE=..\..\..\..\src\mesa\shader\arbvertparse.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\..\src\mesa\shader\atifragshader.c
# End Source File
# Begin Source File
@@ -731,10 +723,6 @@ SOURCE=..\..\..\..\src\mesa\main\api_validate.h # End Source File
# Begin Source File
-SOURCE=..\..\..\..\src\mesa\shader\arbfragparse.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\..\src\mesa\shader\arbprogparse.h
# End Source File
# Begin Source File
@@ -747,10 +735,6 @@ SOURCE=..\..\..\..\src\mesa\shader\arbprogram_syn.h # End Source File
# Begin Source File
-SOURCE=..\..\..\..\src\mesa\shader\arbvertparse.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\..\..\src\mesa\shader\atifragshader.h
# End Source File
# Begin Source File
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 6c8447a2d6..3bb2fb3764 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -129,18 +129,12 @@ RelativePath="..\..\..\..\src\mesa\main\api_validate.c">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\shader\arbfragparse.c">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.c">
</File>
<File
RelativePath="..\..\..\..\src\mesa\shader\arbprogram.c">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\shader\arbvertparse.c">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\shader\atifragshader.c">
</File>
<File
@@ -616,9 +610,6 @@ RelativePath="..\..\..\..\src\mesa\main\api_validate.h">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\shader\arbfragparse.h">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.h">
</File>
<File
@@ -628,9 +619,6 @@ RelativePath="..\..\..\..\src\mesa\shader\arbprogram_syn.h">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\shader\arbvertparse.h">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\shader\atifragshader.h">
</File>
<File
|