X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=75c735503b6272b8f2518143aa633cb64724b854;hb=0ac8d6708b8c758fb89d97a0049d4a329990b83b;hp=cf9f0547b3f2e019595867c8bb115740d79245b5;hpb=445edbc3c42bbd7880cc414cf153ddfd196bfc1c;p=builder.git diff --git a/Build b/Build index cf9f054..75c7355 100644 --- a/Build +++ b/Build @@ -1,11 +1,16 @@ +/* $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 "mspdatafile"; require "msppath"; require "sigc++-2.0";