]> git.tdb.fi Git - libs/datafile.git/blob - Build
Move mspdatatool source to its own directory
[libs/datafile.git] / Build
1 /* $Id$ */
2
3 package "mspdatafile"
4 {
5         version "1.0";
6         description "Structured datafile library";
7         
8         tar_file "Readme.txt";
9         tar_file "License.txt";
10
11         require "mspcore";
12         require "mspstrings";
13         require "mspio";
14
15         library "mspdatafile"
16         {
17                 source "source";
18                 install true;
19                 install_headers "msp/datafile";
20         };
21
22         program "mspdatatool"
23         {
24                 source "tool";
25                 install true;
26                 build_info
27                 {
28                         library "mspdatafile";
29                 };
30         };
31 };