X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=Build;h=47032c49d60cceabb380eb2fd5e8dd4d467a72c4;hb=2d106c4711c2277b9b3a7e53ad66c4bc22a6569f;hp=dc20f0e9f6ba52944e6cab719a0184b27319c44a;hpb=4cf6ecb96f67cc21e4db0793192a3af308ba76cf;p=libs%2Fnet.git diff --git a/Build b/Build index dc20f0e..47032c4 100644 --- a/Build +++ b/Build @@ -11,13 +11,38 @@ package "mspnet" headers "msp/net" { - source "source"; + source "source/net"; + install true; + }; + + headers "msp/http" + { + source "source/http"; install true; }; library "mspnet" { - source "source"; + source "source/net"; + source "source/http"; install true; }; + + program "netcat" + { + source "examples/netcat.cpp"; + build_info + { + library "mspnet"; + }; + }; + + program "httpget" + { + source "examples/httpget.cpp"; + build_info + { + library "mspnet"; + }; + }; };