Lars Martin Hambro <lars_martin4 AT hotmail DOT com>
[reactos.git] / base / applications / network / net / net.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="net" type="win32cui" installbase="system32" installname="net.exe">
4 <include base="ping">.</include>
5 <define name="__USE_W32_SOCKETS" />
6 <define name="_WIN32_IE">0x600</define>
7 <define name="_WIN32_WINNT">0x501</define>
8 <library>kernel32</library>
9 <library>ws2_32</library>
10 <file>main.c</file>
11 <file>cmdstart.c</file>
12 <file>cmdStop.c</file>
13 <file>help.c</file>
14 <file>process.c</file>
15 </module>