summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 70a4afb)
raw | patch | inline | side by side (parent: 70a4afb)
author | ishmal <ishmal@users.sourceforge.net> | |
Wed, 7 Mar 2007 11:52:56 +0000 (11:52 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Wed, 7 Mar 2007 11:52:56 +0000 (11:52 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index cb1389158dc61018559b7476e5529c3271410018..34f542b3ef57e41692ddfb0fed3136438b4b02e2 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
*
*/
-#define BUILDTOOL_VERSION "BuildTool v0.6.5, 2007 Bob Jamison"
+#define BUILDTOOL_VERSION "BuildTool v0.6.6, 2007 Bob Jamison"
#include <stdio.h>
#include <unistd.h>
if (exitCode != STILL_ACTIVE)
lastLoop = true;
- Sleep(50);
+ Sleep(10);
}
//trace("outbuf:%s", outbuf.c_str());
if (!CloseHandle(stdoutRead))
TaskSharedLib(MakeBase &par) : Task(par)
{
type = TASK_SHAREDLIB; name = "dll";
- command = "ar crv";
+ command = "dllwrap";
}
virtual ~TaskSharedLib()