]> git.tdb.fi Git - libs/net.git/blob - Build
Replace the deprecated install_headers statement with a headers component
[libs/net.git] / Build
1 package "mspnet"
2 {
3         require "mspio";
4         if "arch=win32"
5         {
6                 build_info
7                 {
8                         library "ws2_32";
9                 };
10         };
11
12         headers "msp/net"
13         {
14                 source "source";
15                 install true;
16         };
17
18         library "mspnet"
19         {
20                 source "source";
21                 install true;
22         };
23 };