mirror of
https://github.com/reactos/reactos.git
synced 2025-08-12 00:56:03 +00:00
14 lines
517 B
Ruby
14 lines
517 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
|
<module name="netstat" type="win32cui" installbase="system32" installname="netstat.exe" allowwarnings="true">
|
|
<include base="netstat">.</include>
|
|
<define name="_WIN32_IE">0x600</define>
|
|
<define name="_WIN32_WINNT">0x501</define>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>ws2_32</library>
|
|
<library>snmpapi</library>
|
|
<library>iphlpapi</library>
|
|
<file>netstat.c</file>
|
|
<file>netstat.rc</file>
|
|
</module>
|