From e0ab8db9239a3bfabbca494f860e420d67298326 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Mon, 8 Jul 2013 21:50:31 +0000 Subject: [PATCH] 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 --- BuildLinux.sh | 2 ++ StandAlone/StandAlone.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/BuildLinux.sh b/BuildLinux.sh index dae0d724..44f655fc 100755 --- a/BuildLinux.sh +++ b/BuildLinux.sh @@ -1,5 +1,7 @@ #! /bin/bash +rm StandAlone/StandAlone + # build the StandAlone app and all it's dependencies make -C StandAlone diff --git a/StandAlone/StandAlone.cpp b/StandAlone/StandAlone.cpp index 0b1d65aa..31f17253 100644 --- a/StandAlone/StandAlone.cpp +++ b/StandAlone/StandAlone.cpp @@ -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;