mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
12 lines
390 B
Ruby
12 lines
390 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
|
<module name="net" type="win32cui" installbase="system32" installname="net.exe">
|
|
<include base="ping">.</include>
|
|
<define name="__USE_W32_SOCKETS" />
|
|
<library>ws2_32</library>
|
|
<file>main.c</file>
|
|
<file>cmdstart.c</file>
|
|
<file>cmdStop.c</file>
|
|
<file>help.c</file>
|
|
<file>process.c</file>
|
|
</module>
|