reactos/rosapps/applications/sysutils/gettype/gettype.rbuild
Aleksey Bragin a92216f309 - Delete mc (stoneage old, there is a standalone win32 port now).
- Fit apps better in dir structure.
- Move old_wordpad to templates (Ged said it's a great framework).

svn path=/trunk/; revision=34308
2008-07-05 18:23:03 +00:00

11 lines
361 B
Ruby

<module name="gettype" type="win32cui" installbase="system32" installname="gettype.exe" unicode="yes">
<include base="gettype">.</include>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<library>kernel32</library>
<library>shell32</library>
<library>mpr</library>
<library>netapi32</library>
<file>gettype.c</file>
</module>