diff options
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj | 2 | ||||
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj index 2e0acbb00..a6f8e17d4 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj @@ -203,6 +203,7 @@ <ClCompile Include="..\..\..\..\src\mesa\main\shaderapi.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\shaderobj.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\shader_query.cpp" />
+ <ClCompile Include="..\..\..\..\src\mesa\main\texcompress_cpal.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texstorage.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\uniform_query.cpp" />
<ClCompile Include="..\..\..\..\src\mesa\main\transformfeedback.c" />
@@ -224,7 +225,6 @@ <ClCompile Include="..\..\..\..\src\mesa\main\debug.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\depth.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\dlist.c" />
- <ClCompile Include="..\..\..\..\src\mesa\main\dlopen.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\drawpix.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\enable.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\enums.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters index 9d055d416..3cecd4d68 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters @@ -71,9 +71,6 @@ <ClCompile Include="..\..\..\..\src\mesa\main\dlist.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\src\mesa\main\dlopen.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\..\src\mesa\main\drawpix.c">
<Filter>Source Files</Filter>
</ClCompile>
@@ -707,6 +704,9 @@ <ClCompile Include="..\..\..\..\src\mesa\main\glformats.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\texcompress_cpal.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h">
|