]> git.tdb.fi Git - libs/net.git/blobdiff - Build
Initial revision
[libs/net.git] / Build
diff --git a/Build b/Build
new file mode 100644 (file)
index 0000000..f602417
--- /dev/null
+++ b/Build
@@ -0,0 +1,15 @@
+package "msphttp"
+{
+       description "HTTP client and server library";
+       version "0.1";
+
+       require "mspnet";
+       require "mspstrings";
+
+       library "msphttp"
+       {
+               source "source";
+               install true;
+               install_headers "msp/http";
+       };
+};