46a5664c0198adf5ab605327aa230656051a39e9
[reactos.git] / reactos / base / applications / network / netstat / netstat.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="netstat" type="win32cui" installbase="system32" installname="netstat.exe" allowwarnings="true">
4 <include base="netstat">.</include>
5 <define name="_WIN32_IE">0x600</define>
6 <define name="_WIN32_WINNT">0x501</define>
7 <library>kernel32</library>
8 <library>user32</library>
9 <library>ws2_32</library>
10 <library>snmpapi</library>
11 <library>iphlpapi</library>
12 <file>netstat.c</file>
13 <file>netstat.rc</file>
14 </module>