X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=Build;h=7e4a693b8b24858380839d03616bcb1c7c8039f0;hp=01d3a842699b8f7ac2c705c7c9440b9981eb6df6;hb=b4e0f7ed23f24e78fd09c9b7f206279e16d38c1e;hpb=b6799df1af5dd20ecd7cfc0e36b54b8f12361e41 diff --git a/Build b/Build index 01d3a84..7e4a693 100644 --- a/Build +++ b/Build @@ -1,7 +1,8 @@ package "mspnet" { + require "sigc++-2.0"; require "mspcore"; - if "arch=win32" + if_arch "windows" { build_info { @@ -9,23 +10,15 @@ package "mspnet" }; }; - headers "msp/net" - { - source "source/net"; - install true; - }; - - headers "msp/http" - { - source "source/http"; - install true; - }; - library "mspnet" { source "source/net"; source "source/http"; install true; + install_map + { + map "source" "include/msp"; + }; }; program "netcat"