From: Mikko Rasa Date: Thu, 26 Jul 2012 19:32:11 +0000 (+0300) Subject: Update Build for latest changes in Builder X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=32d6e3c59c8ae64e06a5df18b2e7a067a3f2c23a Update Build for latest changes in Builder --- diff --git a/Build b/Build index cf72f3d..621857d 100644 --- a/Build +++ b/Build @@ -4,14 +4,14 @@ package "mspcore" description "Mikkosoft Productions core library"; require "sigc++-2.0"; - if "arch!=win32" + if_arch "!windows" { build_info { library "pthread"; }; }; - if "arch=linux" + if_arch "linux" { build_info { @@ -19,48 +19,6 @@ package "mspcore" }; }; - headers "msp/core" - { - source "source/core"; - install true; - }; - - headers "msp/time" - { - source "source/time"; - install true; - }; - - headers "msp/debug" - { - source "source/debug"; - install true; - }; - - headers "msp/strings" - { - source "source/strings"; - install true; - }; - - headers "msp/stringcodec" - { - source "source/stringcodec"; - install true; - }; - - headers "msp/io" - { - source "source/io"; - install true; - }; - - headers "msp/fs" - { - source "source/fs"; - install true; - }; - library "mspcore" { source "source/core"; @@ -71,6 +29,10 @@ package "mspcore" source "source/io"; source "source/fs"; install true; + install_map + { + map "source" "include/msp"; + }; }; program "grep" @@ -109,7 +71,7 @@ package "mspcore" }; }; - tarball "@src" + source_tarball { source "License.txt"; source "source/stringcodec/jisx0208.table";