From ad9f5881d0e0bdfaf221848a64ba98c7f2e2abcb Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Wed, 7 Mar 2007 11:52:56 +0000 Subject: improve timing (bzr r2562) --- buildtool.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildtool.cpp') diff --git a/buildtool.cpp b/buildtool.cpp index cb1389158..34f542b3e 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -37,7 +37,7 @@ * */ -#define BUILDTOOL_VERSION "BuildTool v0.6.5, 2007 Bob Jamison" +#define BUILDTOOL_VERSION "BuildTool v0.6.6, 2007 Bob Jamison" #include #include @@ -3567,7 +3567,7 @@ bool MakeBase::executeCommand(const String &command, if (exitCode != STILL_ACTIVE) lastLoop = true; - Sleep(50); + Sleep(10); } //trace("outbuf:%s", outbuf.c_str()); if (!CloseHandle(stdoutRead)) @@ -7044,7 +7044,7 @@ public: TaskSharedLib(MakeBase &par) : Task(par) { type = TASK_SHAREDLIB; name = "dll"; - command = "ar crv"; + command = "dllwrap"; } virtual ~TaskSharedLib() -- cgit v1.2.3