]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Rework the codec API completely to remove the internal buffering
[libs/core.git] / Build
diff --git a/Build b/Build
index 688fe615fe70b98e709894345dcd837b265472d7..63ccdf9f16935bf3952be945eff231a9b7967393 100644 (file)
--- a/Build
+++ b/Build
@@ -21,4 +21,15 @@ package "mspstrings"
                        library "mspstrings";
                };
        };
+
+       program "transcode"
+       {
+               source "transcode.cpp";
+               build_info
+               {
+                       incpath "source";
+                       libpath ".";
+                       library "mspstrings";
+               };
+       };
 };