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