]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Remove the "optimization" of omitting MATCH_CHAR instruction for characters >LAST_INS...
[libs/core.git] / Build
diff --git a/Build b/Build
index 688fe615fe70b98e709894345dcd837b265472d7..84fd406d077c9acb15e0c6f11d048e6ead7101c0 100644 (file)
--- a/Build
+++ b/Build
@@ -2,6 +2,9 @@
 
 package "mspstrings"
 {
+       description "Mikkosoft Productions string utilities library";
+       version "0.1";
+
        require "mspcore";
 
        library "mspstrings"
@@ -21,4 +24,15 @@ package "mspstrings"
                        library "mspstrings";
                };
        };
+
+       program "transcode"
+       {
+               source "transcode.cpp";
+               build_info
+               {
+                       incpath "source";
+                       libpath ".";
+                       library "mspstrings";
+               };
+       };
 };