]> git.tdb.fi Git - libs/datafile.git/blob - Build
cf8b5793ba1e86841ced5efc00037e78c58e1066
[libs/datafile.git] / Build
1 /* $Id$ */
2
3 package "mspdatafile"
4 {
5         version "1.1.1";
6         description "Structured datafile library";
7
8         require "mspcore";
9
10         headers "msp/datafile"
11         {
12                 source "source";
13                 install true;
14         };
15
16         library "mspdatafile"
17         {
18                 source "source";
19                 install true;
20         };
21
22         program "mspdatatool"
23         {
24                 require "mspfs";
25                 source "tool";
26                 install true;
27                 build_info
28                 {
29                         library "mspdatafile";
30                 };
31         };
32         
33         tarball "@src"
34         {
35                 source "Readme.txt";
36                 source "License.txt";
37                 source "Changelog.txt";
38         };
39 };