diff options
author | marha <marha@users.sourceforge.net> | 2012-08-27 08:37:15 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-09-04 14:23:02 +0200 |
commit | 9891a8cd45663a5431bbae63ccc41c6570a60d5b (patch) | |
tree | 99167afe2a2be7e8cdd60cb072de09ac8f69f208 /mesalib/windows/VC8/mesa | |
parent | f92e8f13b09f317d156bba539a4f904465cfd9d8 (diff) | |
download | vcxsrv-9891a8cd45663a5431bbae63ccc41c6570a60d5b.tar.gz vcxsrv-9891a8cd45663a5431bbae63ccc41c6570a60d5b.tar.bz2 vcxsrv-9891a8cd45663a5431bbae63ccc41c6570a60d5b.zip |
mesa:
- Added texcompress_cpal.c
- Removed dlopen.c
Diffstat (limited to 'mesalib/windows/VC8/mesa')
-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">
|