X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=32d717dd6b38aba17d575aa982ba0afa41bed5df;hp=948c3dfa6c53b25167937ce6fd792ee952397475;hb=53782f997e03e4f05b06624a47de29414696a5a8;hpb=7c6c7369eb6a2e63c466e3823ea729c72d5c55d3 diff --git a/Build b/Build index 948c3df..32d717d 100644 --- a/Build +++ b/Build @@ -2,19 +2,27 @@ package "mspio" { - version "1.0"; + version "1.1"; description "Object-oriented input/output library"; - tar_file "License.txt"; - require "mspstrings"; require "mspcore"; require "sigc++-2.0"; + headers "msp/io" + { + source "source"; + install true; + }; + library "mspio" { source "source"; install true; - install_headers "msp/io"; + }; + + tarball "@src" + { + source "License.txt"; }; };