X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=Build;h=faf77b672591d9625dca0583d0c58c3b4898bd20;hp=99edb318c4d40f2cc5f793445df36eb32436889f;hb=4371289ed39d8135d407bc7bbbfbedea0cfd6dde;hpb=ca124b5ae96ce178d5a5f32777c03e1ae3306ba8 diff --git a/Build b/Build index 99edb31..faf77b6 100644 --- a/Build +++ b/Build @@ -21,11 +21,11 @@ package "mspdatafile" program "mspdatatool" { - source "tool.cpp"; + require "mspfs"; + source "tool"; install true; build_info { - libpath "."; library "mspdatafile"; }; };