Implement ES 2.0 (version 100) limitations for non-inductive loop detection and array indexes needing "constant-index-expressions" (inductive variables and constant expressions).


git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23478 e7fa87d3-cd2b-0410-9028-fcbf551c1848
diff --git a/glslang.vcxproj b/glslang.vcxproj
index dd6f5bb..f54d85d 100644
--- a/glslang.vcxproj
+++ b/glslang.vcxproj
@@ -156,6 +156,7 @@
     </ClCompile>

     <ClCompile Include="glslang\MachineIndependent\InfoSink.cpp" />

     <ClCompile Include="glslang\MachineIndependent\Initialize.cpp" />

+    <ClCompile Include="glslang\MachineIndependent\limits.cpp" />

     <ClCompile Include="glslang\MachineIndependent\preprocessor\Pp.cpp" />

     <ClCompile Include="glslang\MachineIndependent\preprocessor\PpAtom.cpp" />

     <ClCompile Include="glslang\MachineIndependent\preprocessor\PpMemory.cpp" />