diff options
author | marha <marha@users.sourceforge.net> | 2011-02-28 12:47:32 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-28 12:47:32 +0000 |
commit | 717b1a4e21b372e1343e33ae9348fbe5c6f8d7ed (patch) | |
tree | 1512dddc255b89d5d3ec35bfc541a357184a7d7f /mesalib/windows | |
parent | 46ff5affddfec90a099d55945ab2f857a5a75e57 (diff) | |
parent | feee2b5ceb37101bd1c4162e49805e6ad63e28ae (diff) | |
download | vcxsrv-717b1a4e21b372e1343e33ae9348fbe5c6f8d7ed.tar.gz vcxsrv-717b1a4e21b372e1343e33ae9348fbe5c6f8d7ed.tar.bz2 vcxsrv-717b1a4e21b372e1343e33ae9348fbe5c6f8d7ed.zip |
svn merge ^/branches/released .
Diffstat (limited to 'mesalib/windows')
-rw-r--r-- | mesalib/windows/VC8/mesa/mesa/mesa.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj index ac9771eb8..d8d10df91 100644 --- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj +++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj @@ -296,6 +296,7 @@ <ClCompile Include="..\..\..\..\src\mesa\tnl\t_vp_build.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texcompress.c" />
<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\texenv.c" />
<ClCompile Include="..\..\..\..\src\mesa\main\texenvprogram.c" />
|