Sync to trunk head(r38096)
[reactos.git] / rosapps / applications / sysutils / gettype / gettype.rbuild
1 <module name="gettype" type="win32cui" installbase="system32" installname="gettype.exe" unicode="yes">
2 <include base="gettype">.</include>
3 <define name="_WIN32_WINNT">0x0501</define>
4 <library>kernel32</library>
5 <library>shell32</library>
6 <library>mpr</library>
7 <library>netapi32</library>
8 <file>gettype.c</file>
9 </module>