diff options
| author | Tim Foley <tfoley@nvidia.com> | 2017-06-09 13:54:17 -0700 |
|---|---|---|
| committer | Tim Foley <tfoley@nvidia.com> | 2017-06-09 13:54:17 -0700 |
| commit | f7c10dfd103bb95c47ad8ca1f3ff6e73bc5856f2 (patch) | |
| tree | 9895d2e57ae2b224e5fbd3e3a662c3804eb01483 /tools | |
| parent | 8706f1749b5114d637ec92279ac754d6488c2db9 (diff) | |
glslang: Fixups for build
Some files seem to have been removed since I last sync'ed the glslang code.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/glslang/glslang.vcxproj | 2 | ||||
| -rw-r--r-- | tools/glslang/glslang.vcxproj.filters | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tools/glslang/glslang.vcxproj b/tools/glslang/glslang.vcxproj index b8034e0bc..2d24e513a 100644 --- a/tools/glslang/glslang.vcxproj +++ b/tools/glslang/glslang.vcxproj @@ -169,9 +169,7 @@ <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\Pp.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpAtom.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpContext.cpp" /> - <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpMemory.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpScanner.cpp" /> - <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpSymbols.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpTokens.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\propagateNoContraction.cpp" /> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\reflection.cpp" /> diff --git a/tools/glslang/glslang.vcxproj.filters b/tools/glslang/glslang.vcxproj.filters index 79a7657ce..eed4da9ba 100644 --- a/tools/glslang/glslang.vcxproj.filters +++ b/tools/glslang/glslang.vcxproj.filters @@ -87,15 +87,9 @@ <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpContext.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpMemory.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpScanner.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpSymbols.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\..\external\glslang\glslang\MachineIndependent\preprocessor\PpTokens.cpp"> <Filter>Source Files</Filter> </ClCompile> |
