More moving.
[reactos.git] / reactos / base / applications / gettype / gettype.rbuild
1 <module name="gettype" type="win32cui" installbase="system32" installname="gettype.exe">
2 <include base="gettype">.</include>
3 <define name="_WIN32_WINNT">0x0501</define>
4 <define name="__USE_W32API" />
5 <define name="UNICODE" />
6 <define name="_UNICODE" />
7 <library>kernel32</library>
8 <library>mpr</library>
9 <library>netapi32</library>
10 <file>gettype.c</file>
11 </module>