Final linux tweak.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22294 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
3a05b78826
commit
e0ab8db923
@ -1,5 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
rm StandAlone/StandAlone
|
||||||
|
|
||||||
# build the StandAlone app and all it's dependencies
|
# build the StandAlone app and all it's dependencies
|
||||||
make -C StandAlone
|
make -C StandAlone
|
||||||
|
|
||||||
|
|||||||
@ -207,10 +207,12 @@ int C_DECL main(int argc, char* argv[])
|
|||||||
ShDestruct(linker);
|
ShDestruct(linker);
|
||||||
ShDestruct(uniformMap);
|
ShDestruct(uniformMap);
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
if (delay)
|
if (delay)
|
||||||
Sleep(1000000);
|
Sleep(1000000);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (compileFailed)
|
if (compileFailed)
|
||||||
return EFailCompile;
|
return EFailCompile;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user