Create a branch for network fixes.
[reactos.git] / base / applications / network / finger / finger.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="finger" type="win32cui" installbase="system32" installname="finger.exe">
4 <include base="finger">.</include>
5 <define name="__USE_W32_SOCKETS" />
6 <library>kernel32</library>
7 <library>ws2_32</library>
8 <file>finger.c</file>
9 <file>err.c</file>
10 <file>getopt.c</file>
11 <file>net.c</file>
12 <file>finger.rc</file>
13 </module>