reactos/base/system/runonce/runonce.rbuild

9 lines
284 B
Plaintext
Raw Normal View History

<module name="runonce" type="win32gui" installbase="system32" installname="runonce.exe" unicode="yes">
<include base="runonce">.</include>
<library>advapi32</library>
<library>kernel32</library>
<library>user32</library>
<file>runonce.c</file>
<file>runonce.rc</file>
</module>