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