X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=63ccdf9f16935bf3952be945eff231a9b7967393;hp=688fe615fe70b98e709894345dcd837b265472d7;hb=f47bc86e6ce900c5323e593db003c93110538268;hpb=79d472ad3fde75de2eba2487579b047d35e56978 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"; + }; + }; };