]> git.tdb.fi Git - libs/datafile.git/blob - Build
Don't use long long on MSVC
[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                 source "tool";
25                 install true;
26                 build_info
27                 {
28                         library "mspdatafile";
29                 };
30         };
31         
32         tarball "@src"
33         {
34                 source "Readme.txt";
35                 source "License.txt";
36                 source "Changelog.txt";
37         };
38 };