aboutsummaryrefslogtreecommitdiff
path: root/mesalib/windows
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-07-08 13:24:40 +0200
committermarha <marha@users.sourceforge.net>2013-07-08 13:24:40 +0200
commit6e0dd97c65930e5138a1511309efa3325292634a (patch)
tree7ca9f2f81ca33c33158559f5cad7af3edfd125bb /mesalib/windows
parent2433c3693663c0ace48aee718c10a6b78207b7cf (diff)
downloadvcxsrv-6e0dd97c65930e5138a1511309efa3325292634a.tar.gz
vcxsrv-6e0dd97c65930e5138a1511309efa3325292634a.tar.bz2
vcxsrv-6e0dd97c65930e5138a1511309efa3325292634a.zip
Added missing files to mesa project file
Diffstat (limited to 'mesalib/windows')
-rw-r--r--mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj1
-rw-r--r--mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj.filters3
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj1
-rw-r--r--mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters3
4 files changed, 8 insertions, 0 deletions
diff --git a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj
index 4d982c082..4ede32f90 100644
--- a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj
+++ b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj
@@ -161,6 +161,7 @@
<ClCompile Include="..\..\..\..\src\glsl\opt_constant_variable.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_copy_propagation.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_copy_propagation_elements.cpp" />
+ <ClCompile Include="..\..\..\..\src\glsl\opt_dead_builtin_varyings.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_dead_code.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_dead_code_local.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_dead_functions.cpp" />
diff --git a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj.filters b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj.filters
index b51a3adf1..8681fca80 100644
--- a/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/glsl_apps_compile/glsl_apps_compile.vcxproj.filters
@@ -288,6 +288,9 @@
<ClCompile Include="..\..\..\..\src\glsl\builtin_types.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\glsl\opt_dead_builtin_varyings.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h">
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
index 382ffc41b..44be06fda 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
@@ -182,6 +182,7 @@
<ClCompile Include="..\..\..\..\src\glsl\opt_constant_variable.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_copy_propagation.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_copy_propagation_elements.cpp" />
+ <ClCompile Include="..\..\..\..\src\glsl\opt_dead_builtin_varyings.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_dead_code.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_dead_code_local.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\opt_dead_functions.cpp" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
index e9247d04f..4805cc0b4 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
@@ -749,6 +749,9 @@
<ClCompile Include="..\..\..\..\src\glsl\builtin_types.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\glsl\opt_dead_builtin_varyings.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h">