aboutsummaryrefslogtreecommitdiff
path: root/mesalib/windows
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-12-05 09:43:52 +0100
committermarha <marha@users.sourceforge.net>2011-12-05 09:43:52 +0100
commit893624a6c15d4ee6cf1d46e4ad29282c72bee962 (patch)
treebd1cc81d0e7f48084cbbbb40f242b2b054f83b7d /mesalib/windows
parentfab1dd1d0549bbb52c3598e57aad4f0bfa5e55cf (diff)
downloadvcxsrv-893624a6c15d4ee6cf1d46e4ad29282c72bee962.tar.gz
vcxsrv-893624a6c15d4ee6cf1d46e4ad29282c72bee962.tar.bz2
vcxsrv-893624a6c15d4ee6cf1d46e4ad29282c72bee962.zip
Added missing files to project
Diffstat (limited to 'mesalib/windows')
-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 70016e406..87b54d364 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
@@ -309,6 +309,7 @@
<ClCompile Include="..\..\..\..\src\mesa\main\texcompress_fxt1.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texcompress_rgtc.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texcompress_s3tc.c" />
+ <ClCompile Include="..\..\..\..\src\mesa\main\texcompress_etc.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texenv.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\samplerobj.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texformat.c" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
index b1a87209f..8bdfe7801 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
@@ -269,6 +269,9 @@
<ClCompile Include="..\..\..\..\src\mesa\main\texcompress_s3tc.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\mesa\main\texcompress_etc.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\..\src\mesa\main\texenv.c">
<Filter>Source Files</Filter>
</ClCompile>