diff options
author | marha <marha@users.sourceforge.net> | 2013-09-05 07:57:49 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-09-05 07:57:49 +0200 |
commit | 186d1ca3f235d8e983cc2366a76ef7a34b287ef8 (patch) | |
tree | d10ba1118f6c35723d01c134591373cb75d9da66 /mesalib/windows/VC8 | |
parent | c70788421a8aae8fd8883aaa36c1ac9e2b1ee02d (diff) | |
download | vcxsrv-186d1ca3f235d8e983cc2366a76ef7a34b287ef8.tar.gz vcxsrv-186d1ca3f235d8e983cc2366a76ef7a34b287ef8.tar.bz2 vcxsrv-186d1ca3f235d8e983cc2366a76ef7a34b287ef8.zip |
Added missing file in project
Diffstat (limited to 'mesalib/windows/VC8')
-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 e8a54c4ee..563ed3044 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj @@ -301,6 +301,7 @@ <ClCompile Include="..\..\..\..\src\mesa\main\format_pack.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\glformats.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\hash_table.c" />
+ <ClCompile Include="..\..\..\..\src\mesa\main\objectlabel.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\pack.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\pixeltransfer.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\querymatrix.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters index 4805cc0b4..e7c2dc479 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters @@ -752,6 +752,9 @@ <ClCompile Include="..\..\..\..\src\glsl\opt_dead_builtin_varyings.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\objectlabel.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h">
|