]> git.tdb.fi Git - libs/datafile.git/blob - Build
Fix binary format
[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
11         library "mspdatafile"
12         {
13                 source "source";
14                 install true;
15                 install_headers "msp/datafile";
16         };
17
18         program "mspdatatool"
19         {
20                 source "tool.cpp";
21                 install true;
22                 build_info
23                 {
24                         libpath ".";
25                         library "mspdatafile";
26                 };
27         };
28 };