aboutsummaryrefslogtreecommitdiff
path: root/mesalib/windows
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-04-16 16:40:13 +0200
committermarha <marha@users.sourceforge.net>2012-04-16 16:40:13 +0200
commita32ffa892cbd6e7ee6153cb9b2f854b4a99c180c (patch)
tree97d233b242c8c8f926cf79d3f9e0ff9f393f9b8b /mesalib/windows
parent00eae6f01bf11ec6a90dfc68e607b6a1a250a118 (diff)
downloadvcxsrv-a32ffa892cbd6e7ee6153cb9b2f854b4a99c180c.tar.gz
vcxsrv-a32ffa892cbd6e7ee6153cb9b2f854b4a99c180c.tar.bz2
vcxsrv-a32ffa892cbd6e7ee6153cb9b2f854b4a99c180c.zip
Added ir_builder.cpp to project
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 6e2e838a1..da9c9ae9e 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
@@ -107,6 +107,7 @@
<ClCompile Include="..\..\..\..\src\glsl\hir_field_selection.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_basic_block.cpp" />
+ <ClCompile Include="..\..\..\..\src\glsl\ir_builder.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_clone.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_constant_expression.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_expression_flattening.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 b738a50a8..0af137d8a 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
@@ -243,6 +243,9 @@
<ClCompile Include="..\..\..\..\src\glsl\opt_array_splitting.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\glsl\ir_builder.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 12a5f034c..67cedd14c 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
@@ -119,6 +119,7 @@
<ClCompile Include="..\..\..\..\src\glsl\hir_field_selection.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_basic_block.cpp" />
+ <ClCompile Include="..\..\..\..\src\glsl\ir_builder.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_clone.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_constant_expression.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_expression_flattening.cpp" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
index c6fc90b17..0b9cef755 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
@@ -695,6 +695,9 @@
<ClCompile Include="..\..\..\..\src\glsl\opt_array_splitting.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\glsl\ir_builder.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\src\glsl\strtod.h">