Code

improve timing
authorishmal <ishmal@users.sourceforge.net>
Wed, 7 Mar 2007 11:52:56 +0000 (11:52 +0000)
committerishmal <ishmal@users.sourceforge.net>
Wed, 7 Mar 2007 11:52:56 +0000 (11:52 +0000)
buildtool.cpp

index cb1389158dc61018559b7476e5529c3271410018..34f542b3ef57e41692ddfb0fed3136438b4b02e2 100644 (file)
@@ -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 <stdio.h>
 #include <unistd.h>
@@ -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()