reactos/rostests/tests/create-links/create-links.rbuild
Christoph von Wittich 89ae880958 remove all version defines from rostests
svn path=/trunk/; revision=36942
2008-10-25 14:04:03 +00:00

11 lines
327 B
Ruby

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