X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=01d3a842699b8f7ac2c705c7c9440b9981eb6df6;hb=de95d7d024ebf9d18721579f52b98311c853ea67;hp=1ed9db85befa7188f494ecf7db832e83285b4347;hpb=debe1004676d5431e571d9c4361072661dcc88c4;p=libs%2Fnet.git diff --git a/Build b/Build index 1ed9db8..01d3a84 100644 --- a/Build +++ b/Build @@ -36,4 +36,22 @@ package "mspnet" library "mspnet"; }; }; + + program "httpget" + { + source "examples/httpget.cpp"; + build_info + { + library "mspnet"; + }; + }; + + program "minihttpd" + { + source "examples/minihttpd.cpp"; + build_info + { + library "mspnet"; + }; + }; };