X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=53a4ebde438a6eb05beeb9e0dc0846e6bf0300f2;hb=db9c49893c2a9475cb5efa4a53bc481a5f66231f;hp=9012c602fc3facaae6f66570468c9aad1b4fdb30;hpb=6dd94a7fe90c6467024685fbac769067ddb74688;p=libs%2Fdatafile.git diff --git a/Build b/Build index 9012c60..53a4ebd 100644 --- a/Build +++ b/Build @@ -2,8 +2,11 @@ package "mspdatafile" { - version "0.2"; - description "Mikkosoft Productions datafile library"; + version "1.0"; + description "Structured datafile library"; + + tar_file "Readme.txt"; + tar_file "License.txt"; require "mspcore"; require "mspstrings"; @@ -18,11 +21,10 @@ package "mspdatafile" program "mspdatatool" { - source "tool.cpp"; + source "tool"; install true; build_info { - libpath "."; library "mspdatafile"; }; };