Change the core of glslang to be a static library rather than a DLL.


git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@19952 e7fa87d3-cd2b-0410-9028-fcbf551c1848
diff --git a/StandAlone.vcxproj.filters b/StandAlone.vcxproj.filters
index 0685ca2..637dd82 100644
--- a/StandAlone.vcxproj.filters
+++ b/StandAlone.vcxproj.filters
@@ -10,5 +10,11 @@
     <ClCompile Include="Standalone\StandAlone.cpp">

       <Filter>Source Files</Filter>

     </ClCompile>

+    <ClCompile Include="glslang\GenericCodeGen\CodeGen.cpp">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="glslang\GenericCodeGen\Link.cpp">

+      <Filter>Source Files</Filter>

+    </ClCompile>

   </ItemGroup>

 </Project>
\ No newline at end of file