X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=Build;fp=Build;h=f60241744f89cf60190d58a5e5dabb1096d7b101;hb=070d56e7b0036ca2e4234eb06dcae83ebfb3df34;hp=0000000000000000000000000000000000000000;hpb=bfadc624613e036507ef89b51b951870805eb11f;p=libs%2Fnet.git diff --git a/Build b/Build new file mode 100644 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"; + }; +};