aboutsummaryrefslogtreecommitdiff
path: root/mesalib/windows/VC8
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-07-22 08:30:37 +0200
committermarha <marha@users.sourceforge.net>2011-07-22 08:30:37 +0200
commitdd5e2a61d681e969c1505c9c0377f09cfbcd1817 (patch)
treec5e5fb7ee372a8ba6b051f9f2bc7c39e8f3c9f8b /mesalib/windows/VC8
parentc70e21be1fe5f9b47bce020ffd8d69c6012b21fc (diff)
downloadvcxsrv-dd5e2a61d681e969c1505c9c0377f09cfbcd1817.tar.gz
vcxsrv-dd5e2a61d681e969c1505c9c0377f09cfbcd1817.tar.bz2
vcxsrv-dd5e2a61d681e969c1505c9c0377f09cfbcd1817.zip
Added ir_function_detect_recursion.cpp to project
Diffstat (limited to 'mesalib/windows/VC8')
-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 c34f08e20..ccfedd234 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
@@ -112,6 +112,7 @@
<ClCompile Include="..\..\..\..\src\glsl\ir_expression_flattening.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_function.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_function_can_inline.cpp" />
+ <ClCompile Include="..\..\..\..\src\glsl\ir_function_detect_recursion.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_hierarchical_visitor.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_hv_accept.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_import_prototypes.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 57c32b876..0af03643e 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
@@ -66,6 +66,9 @@
<ClCompile Include="..\..\..\..\src\glsl\ir_function_can_inline.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\glsl\ir_function_detect_recursion.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\..\src\glsl\ir_hierarchical_visitor.cpp">
<Filter>Source Files</Filter>
</ClCompile>
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
index 6bdaf636d..ead6f4f21 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj
@@ -124,6 +124,7 @@
<ClCompile Include="..\..\..\..\src\glsl\ir_expression_flattening.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_function.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_function_can_inline.cpp" />
+ <ClCompile Include="..\..\..\..\src\glsl\ir_function_detect_recursion.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_hierarchical_visitor.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_hv_accept.cpp" />
<ClCompile Include="..\..\..\..\src\glsl\ir_import_prototypes.cpp" />
diff --git a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
index 538e44cef..99109e166 100644
--- a/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
+++ b/mesalib/windows/VC8/mesa/mesa/mesa.vcxproj.filters
@@ -470,6 +470,9 @@
<ClCompile Include="..\..\..\..\src\glsl\ir_function_can_inline.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\..\src\glsl\ir_function_detect_recursion.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\..\src\glsl\ir_rvalue_visitor.cpp">
<Filter>Source Files</Filter>
</ClCompile>