package "mspnet" { require "mspcore"; if "arch=win32" { build_info { library "ws2_32"; }; }; headers "msp/net" { source "source"; install true; }; library "mspnet" { source "source"; install true; }; program "netcat" { source "examples/netcat.cpp"; build_info { library "mspnet"; }; }; };