X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=da62feed92c10f1c2093f4a63ac9f340c6e3d29a;hb=b0438fd2d85d6937b67db38c6138b0783962d8b2;hp=9f94ecbdea9593353fd48273e1420998518de13d;hpb=767e28373e9710720efabc0f4f9bb3e51661c1e6;p=builder.git diff --git a/Build b/Build index 9f94ecb..da62fee 100644 --- a/Build +++ b/Build @@ -5,7 +5,6 @@ package "builder" require "mspcore"; require "mspdatafile"; - require "mspcrypto"; require "sigc++-2.0"; build_info @@ -22,6 +21,7 @@ package "builder" { library "ole32"; library "advapi32"; + library "shell32"; }; }; install true; @@ -41,36 +41,43 @@ package "builder" module "androidtools" { source "plugins/android"; + use "libbuilder"; install true; }; module "basetools" { source "plugins/base"; + use "libbuilder"; install true; }; module "datatools" { source "plugins/datafile"; + use "libbuilder"; install true; }; module "gnutools" { source "plugins/gnu"; + use "libbuilder"; install true; }; module "clangtools" { source "plugins/clang"; + use "libbuilder"; install true; }; module "msvctools" { source "plugins/msvc"; + use "libbuilder"; + require "mspcrypto"; install true; };