diff options
author | marha <marha@users.sourceforge.net> | 2012-03-12 10:37:09 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-12 10:37:09 +0100 |
commit | de6e35507e662dc9c56a31bbb3425c386abaa0f1 (patch) | |
tree | 6ff12f8abb874bc139e4cdce0deac52e85899820 | |
parent | 285bce5f59c5466a6fd1e3af601daa7cce066ea4 (diff) | |
download | vcxsrv-de6e35507e662dc9c56a31bbb3425c386abaa0f1.tar.gz vcxsrv-de6e35507e662dc9c56a31bbb3425c386abaa0f1.tar.bz2 vcxsrv-de6e35507e662dc9c56a31bbb3425c386abaa0f1.zip |
Added main/errors.c to project
-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 81d235144..13b232f8c 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj @@ -190,6 +190,7 @@ <ClCompile Include="..\..\..\..\src\mesa\main\api_validate.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\arbprogram.c" />
<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\nvprogram.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\pack.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters index 6e8fd2534..3bb4305cf 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters @@ -689,6 +689,9 @@ <ClCompile Include="..\..\..\..\src\mesa\main\format_pack.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\errors.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h">
|