X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=899274bc948e1c1a7e0c53367c5d7982fc610068;hb=009bd2e2d467f9b9c0d83c8f428ffdf109a5c6ad;hp=e69e1b8216bf11ce3ac5c43eb3cd74d2b97afb60;hpb=f59eded7c3e162bbdfc6db424c9badc730017698;p=libs%2Fnet.git diff --git a/Build b/Build index e69e1b8..899274b 100644 --- a/Build +++ b/Build @@ -1,6 +1,6 @@ package "mspnet" { - require "mspio"; + require "mspcore"; if "arch=win32" { build_info @@ -9,10 +9,24 @@ package "mspnet" }; }; + headers "msp/net" + { + source "source"; + install true; + }; + library "mspnet" { source "source"; install true; - install_headers "msp/net"; + }; + + program "netcat" + { + source "examples/netcat.cpp"; + build_info + { + library "mspnet"; + }; }; };