1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-04 18:01:22 +00:00
reactos/base/applications/network/netstat/netstat.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

11 lines
382 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<module name="netstat" type="win32cui" installbase="system32" installname="netstat.exe">
<include base="netstat">.</include>
<library>user32</library>
<library>ws2_32</library>
<library>snmpapi</library>
<library>iphlpapi</library>
<file>netstat.c</file>
<file>netstat.rc</file>
</module>