X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=Build;h=63ccdf9f16935bf3952be945eff231a9b7967393;hb=f47bc86;hp=688fe615fe70b98e709894345dcd837b265472d7;hpb=79d472ad3fde75de2eba2487579b047d35e56978;p=libs%2Fcore.git diff --git a/Build b/Build index 688fe61..63ccdf9 100644 --- a/Build +++ b/Build @@ -21,4 +21,15 @@ package "mspstrings" library "mspstrings"; }; }; + + program "transcode" + { + source "transcode.cpp"; + build_info + { + incpath "source"; + libpath "."; + library "mspstrings"; + }; + }; };