reactos/rosapps/applications/sysutils/utils/driver/load/load.rbuild

6 lines
206 B
Plaintext
Raw Normal View History

<module name="load" type="win32cui" installbase="bin" installname="load.exe" unicode="true" >
<library>kernel32</library>
<library>ntdll</library>
<library>user32</library>
<file>load.c</file>
</module>