From 15cb8689669631847d4042d46989c59d7ce4e14c Mon Sep 17 00:00:00 2001 From: ishmal Date: Wed, 7 Mar 2007 11:52:56 +0000 Subject: [PATCH] improve timing --- buildtool.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() -- 2.30.2