]> 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 8c59e73272cf69ef1dcf2556fde836d9d2eac352..336bc2a37c55cdf4c2d761dbe093f5818447100c 100644 (file)
--- a/Build
+++ b/Build
@@ -1,13 +1,17 @@
+/* $Id$ */
+
 package "builder"
 {
        version "0.1";
        description "Mikkosoft Productions software builder";
 
+       tar_file "bootstrap.sh";
+       tar_file "Readme.txt";
+
        require "mspcore";
+       require "mspstrings";
        require "mspparser";
        require "msppath";
-       require "mspregex++";
-       require "mspgetopt++";
        require "sigc++-2.0";
 
        program "builder"