]> git.tdb.fi Git - libs/net.git/blob - Build
Prepare for assimilating msphttp
[libs/net.git] / Build
1 package "mspnet"
2 {
3         require "mspcore";
4         if "arch=win32"
5         {
6                 build_info
7                 {
8                         library "ws2_32";
9                 };
10         };
11
12         headers "msp/net"
13         {
14                 source "source/net";
15                 install true;
16         };
17
18         library "mspnet"
19         {
20                 source "source/net";
21                 install true;
22         };
23
24         program "netcat"
25         {
26                 source "examples/netcat.cpp";
27                 build_info
28                 {
29                         library "mspnet";
30                 };
31         };
32 };