aboutsummaryrefslogtreecommitdiff
path: root/mesalib/windows/VC8/mesa/mesa
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-09-09 16:49:35 +0200
committermarha <marha@users.sourceforge.net>2011-09-09 16:49:35 +0200
commit75530c6eb2feebe234f7cb078c4caaf70c64981a (patch)
tree844edac818e607d93bddc3f0227e8cb901958531 /mesalib/windows/VC8/mesa/mesa
parent05cf7dd22994a1dbfd3580b00690c01c392a5797 (diff)
downloadvcxsrv-75530c6eb2feebe234f7cb078c4caaf70c64981a.tar.gz
vcxsrv-75530c6eb2feebe234f7cb078c4caaf70c64981a.tar.bz2
vcxsrv-75530c6eb2feebe234f7cb078c4caaf70c64981a.zip
format_unpack.c added
Diffstat (limited to 'mesalib/windows/VC8/mesa/mesa')
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj1
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters3
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 44a8b8722..129dffc57 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
@@ -228,6 +228,7 @@
<ClCompile Include="..\..\..\..\src\mesa\main\ffvertex_prog.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\fog.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\formats.c" />
+ <ClCompile Include="..\..\..\..\src\mesa\main\format_unpack.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\framebuffer.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\get.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\getstring.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
index 5cf0045a5..b3c5fe5ed 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
@@ -116,6 +116,9 @@
<ClCompile Include="..\..\..\..\src\mesa\main\formats.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\format_unpack.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\..\src\mesa\main\framebuffer.c">
<Filter>Source Files</Filter>
</ClCompile>