A few linux improvements/fixes for the previous check in.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22292 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich
2013-07-08 20:51:29 +00:00
parent 7213324259
commit 3a05b78826
5 changed files with 36 additions and 48 deletions

View File

@@ -207,12 +207,10 @@ int C_DECL main(int argc, char* argv[])
ShDestruct(linker);
ShDestruct(uniformMap);
#ifdef _WIN32
if (delay)
Sleep(1000000);
}
#endif
if (compileFailed)
return EFailCompile;