Sync to trunk head(r38096)
[reactos.git] / rostests / tests / create-links / create-links.rbuild
1 <module name="create-links" type="win32cui" installbase="bin" installname="create-links.exe">
2 <define name="_WIN32_IE">0x0501</define>
3 <define name="_WIN32_WINNT">0x0501</define>
4 <define name="__USE_W32API" />
5 <library>kernel32</library>
6 <library>gdi32</library>
7 <library>ole32</library>
8 <library>uuid</library>
9 <library>shell32</library>
10 <library>shlwapi</library>
11 <file>create-links.c</file>
12 </module>