]> git.tdb.fi Git - libs/datafile.git/blob - Build
Emit source file markers in compiled files
[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                 require "mspfs";
25                 source "tool";
26                 install true;
27                 build_info
28                 {
29                         library "mspdatafile";
30                 };
31         };
32 };