]> 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 cf9f0547b3f2e019595867c8bb115740d79245b5..336bc2a37c55cdf4c2d761dbe093f5818447100c 100644 (file)
--- a/Build
+++ b/Build
@@ -1,8 +1,13 @@
+/* $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";