sync with trunk r46493
[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>ws2_32</library>
7 <file>finger.c</file>
8 <file>err.c</file>
9 <file>getopt.c</file>
10 <file>net.c</file>
11 <file>finger.rc</file>
12 </module>