]> git.tdb.fi Git - libs/datafile.git/blob - Build
More flexible framework for loading substatements with custom loaders
[libs/datafile.git] / Build
1 /* $Id$ */
2
3 package "mspdatafile"
4 {
5         version "0.2";
6         description "Mikkosoft Productions datafile library";
7
8         require "mspcore";
9         require "mspstrings";
10         require "mspio";
11
12         library "mspdatafile"
13         {
14                 source "source";
15                 install true;
16                 install_headers "msp/datafile";
17         };
18
19         program "mspdatatool"
20         {
21                 source "tool.cpp";
22                 install true;
23                 build_info
24                 {
25                         libpath ".";
26                         library "mspdatafile";
27                 };
28         };
29 };