mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:23:19 +00:00
forget this file thx christ
svn path=/trunk/; revision=23710
This commit is contained in:
parent
87b9d209fd
commit
bf4ff7bb94
1 changed files with 16 additions and 0 deletions
16
reactos/base/applications/network/net/net.rbuild
Normal file
16
reactos/base/applications/network/net/net.rbuild
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0"?>
|
||||
<module name="net" type="win32cui" installbase="system32" installname="net.exe">
|
||||
<include base="ping">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="__USE_W32_SOCKETS" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<library>kernel32</library>
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue