- Remove version defines.
[reactos.git] / rosapps / applications / sysutils / screenshot / screenshot.rbuild
1 <module name="screenshot" type="win32gui" installbase="system32" installname="screenshot.exe" unicode="yes">
2 <include base="screenshot">.</include>
3 <library>kernel32</library>
4 <library>user32</library>
5 <library>gdi32</library>
6 <library>comdlg32</library>
7 <file>screenshot.c</file>
8 <file>screenshot.rc</file>
9 </module>