]> git.tdb.fi Git - libs/datafile.git/blob - Build
Style update: remove alignment
[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         require "mspstrings";
10         require "mspio";
11
12         headers "msp/datafile"
13         {
14                 source "source";
15                 install true;
16         };
17
18         library "mspdatafile"
19         {
20                 source "source";
21                 install true;
22         };
23
24         program "mspdatatool"
25         {
26                 require "mspfs";
27                 source "tool";
28                 install true;
29                 build_info
30                 {
31                         library "mspdatafile";
32                 };
33         };
34         
35         tarball "@src"
36         {
37                 source "Readme.txt";
38                 source "License.txt";
39                 source "Changelog.txt";
40         };
41 };