diff options
author | marha <marha@users.sourceforge.net> | 2012-08-01 08:05:10 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-08-01 08:05:10 +0200 |
commit | 0009081c420a7549d5d124d2497b0d8d7f0820f9 (patch) | |
tree | 12308713db832f50e74390ecf8ca2b05a60bcb6e /mesalib | |
parent | 949282a6e80256ab56a1e95e484886873c7c0e4a (diff) | |
download | vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.tar.gz vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.tar.bz2 vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.zip |
Solved compile errors
Diffstat (limited to 'mesalib')
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj | 1 | ||||
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj index 92c16153e..2e0acbb00 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj @@ -195,6 +195,7 @@ <ClCompile Include="..\..\..\..\src\mesa\main\atifragshader.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\errors.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\format_pack.c" />
+ <ClCompile Include="..\..\..\..\src\mesa\main\glformats.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\nvprogram.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\pack.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\pixeltransfer.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters index 4a27037e6..9d055d416 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters @@ -704,6 +704,9 @@ <ClCompile Include="..\..\..\..\src\glsl\link_uniform_initializers.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\glformats.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h">
|