X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=2363ad785cd8a760c4cab3d8ed4d2c58cf4661e1;hb=92d81529ec8f3b84f5471162d0b27914eff7adb5;hp=ac0982a2eeca537a2446a802e30900128650a9cf;hpb=0458300fda4f345f865a7f3ee4fc0f2020a91983;p=builder.git diff --git a/Build b/Build index ac0982a..2363ad7 100644 --- a/Build +++ b/Build @@ -1,8 +1,6 @@ -/* $Id$ */ - package "builder" { - version "1.0"; + version "2.0"; description "Mikkosoft Productions software builder"; require "mspcore"; @@ -12,10 +10,18 @@ package "builder" program "builder" { source "source"; + if_arch "windows" + { + build_info + { + library "ole32"; + library "advapi32"; + }; + }; install true; }; - tarball "@src" + source_archive { source "bootstrap.sh"; source "Readme.txt"; @@ -26,4 +32,9 @@ package "builder" { source "builderrc"; }; + + install "share/builder/packages" + { + source "packages"; + }; };