]> git.tdb.fi Git - libs/datafile.git/blob - Build
Replace local RAII set utility with one from mspcore
[libs/datafile.git] / Build
1 package "mspdatafile"
2 {
3         version "2.0";
4         description "Structured datafile library";
5
6         require "mspcore";
7
8         library "mspdatafile"
9         {
10                 source "source";
11                 install true;
12                 install_map
13                 {
14                         map "source" "include/msp/datafile";
15                 };
16         };
17
18         program "mspdatatool"
19         {
20                 source "tool";
21                 install true;
22                 build_info
23                 {
24                         library "mspdatafile";
25                 };
26         };
27         
28         source_tarball
29         {
30                 source "Readme.txt";
31                 source "License.txt";
32                 source "Changelog.txt";
33         };
34 };