X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=Build;h=d7b5541476bd817544e650a56b8779111c7b4271;hb=9369de52faf6745dfedaed19b96ed4b4c13b2a72;hp=84fd406d077c9acb15e0c6f11d048e6ead7101c0;hpb=b254c706617223da1dd1b9543a74715e42a8a5b0;p=libs%2Fcore.git diff --git a/Build b/Build index 84fd406..d7b5541 100644 --- a/Build +++ b/Build @@ -2,8 +2,11 @@ package "mspstrings" { - description "Mikkosoft Productions string utilities library"; - version "0.1"; + version "1.0"; + description "String utilities library"; + + tar_file "License.txt"; + tar_file "source/jisx0208.table"; require "mspcore"; @@ -19,8 +22,6 @@ package "mspstrings" source "grep.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; }; @@ -30,8 +31,6 @@ package "mspstrings" source "transcode.cpp"; build_info { - incpath "source"; - libpath "."; library "mspstrings"; }; };