Commit e0ab8db9 by John Kessenich

Final linux tweak.

parent 3a05b788
#! /bin/bash
rm StandAlone/StandAlone
# build the StandAlone app and all it's dependencies
make -C StandAlone
......
......@@ -207,10 +207,12 @@ int C_DECL main(int argc, char* argv[])
ShDestruct(linker);
ShDestruct(uniformMap);
#ifdef _WIN32
if (delay)
Sleep(1000000);
}
#endif
if (compileFailed)
return EFailCompile;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment