]> git.tdb.fi Git - builder.git/blobdiff - Build
Add class InternalAction for actions that use a thread to do their work
[builder.git] / Build
diff --git a/Build b/Build
index 4db65e6774164b966d58887ee29ec9244518cd97..336bc2a37c55cdf4c2d761dbe093f5818447100c 100644 (file)
--- a/Build
+++ b/Build
@@ -1,12 +1,18 @@
+/* $Id$ */
+
 package "builder"
 {
        version "0.1";
        description "Mikkosoft Productions software builder";
 
-       require "mspframework";
+       tar_file "bootstrap.sh";
+       tar_file "Readme.txt";
+
+       require "mspcore";
+       require "mspstrings";
        require "mspparser";
        require "msppath";
-       require "mspregex++";
+       require "sigc++-2.0";
 
        program "builder"
        {