reactos/rostests/tests/create-links/create-links.rbuild

9 lines
266 B
Plaintext
Raw Normal View History

<module name="create-links" type="win32cui" installbase="bin" installname="create-links.exe">
<library>gdi32</library>
<library>ole32</library>
<library>uuid</library>
<library>shell32</library>
<library>shlwapi</library>
<file>create-links.c</file>
</module>