reactos/rosapps/applications/sysutils/screenshot/screenshot.rbuild

9 lines
296 B
Plaintext
Raw Normal View History

<module name="screenshot" type="win32gui" installbase="system32" installname="screenshot.exe" unicode="yes">
<include base="screenshot">.</include>
<library>user32</library>
<library>gdi32</library>
<library>comdlg32</library>
<file>screenshot.c</file>
<file>screenshot.rc</file>
</module>