- Tree cleanups proposed on the mailing list. Move all non-Core OS modules to rosapps...
[reactos.git] / rosapps / sysutils / utils / infinst / infinst.rbuild
1 <module name="infinst" type="win32cui" installbase="bin" installname="infinst.exe" >
2 <define name="__USE_W32API" />
3 <library>msvcrt</library>
4 <library>kernel32</library>
5 <library>ntdll</library>
6 <library>user32</library>
7 <library>setupapi</library>
8 <library>comdlg32</library>
9 <file>infinst.c</file>
10 </module>