]> git.tdb.fi Git - builder.git/blobdiff - Build
Include libmode in library lookup hash
[builder.git] / Build
diff --git a/Build b/Build
index 4db65e6774164b966d58887ee29ec9244518cd97..75c735503b6272b8f2518143aa633cb64724b854 100644 (file)
--- a/Build
+++ b/Build
@@ -1,12 +1,18 @@
+/* $Id$ */
+
 package "builder"
 {
        version "0.1";
        description "Mikkosoft Productions software builder";
 
-       require "mspframework";
-       require "mspparser";
+       tar_file "bootstrap.sh";
+       tar_file "Readme.txt";
+
+       require "mspcore";
+       require "mspstrings";
+       require "mspdatafile";
        require "msppath";
-       require "mspregex++";
+       require "sigc++-2.0";
 
        program "builder"
        {