Rbuild changes for include structure change.
[reactos.git] / reactos / dll / win32 / shlwapi / shlwapi.rbuild
1 <module name="shlwapi" type="win32dll" baseaddress="${BASEADDRESS_SHLWAPI}" installbase="system32" installname="shlwapi.dll" allowwarnings="true">
2 <importlibrary definition="shlwapi.spec.def" />
3 <include base="shlwapi">.</include>
4 <include base="ReactOS">include/reactos/wine</include>
5 <define name="__REACTOS__" />
6 <define name="__USE_W32API" />
7 <define name="_WIN32_IE">0x600</define>
8 <define name="_WIN32_WINNT">0x501</define>
9 <define name="WINVER">0x501</define>
10 <define name="_SHLWAPI_"/>
11 <define name="WINSHLWAPI">""</define>
12 <linkerflag>-nostdlib</linkerflag>
13 <linkerflag>-lgcc</linkerflag>
14 <library>wine</library>
15 <library>uuid</library>
16 <library>msvcrt</library>
17 <library>ntdll</library>
18 <library>kernel32</library>
19 <library>advapi32</library>
20 <library>gdi32</library>
21 <library>user32</library>
22 <library>ole32</library>
23 <library>oleaut32</library>
24 <file>assoc.c</file>
25 <file>clist.c</file>
26 <file>istream.c</file>
27 <file>msgbox.c</file>
28 <file>ordinal.c</file>
29 <file>path.c</file>
30 <file>reg.c</file>
31 <file>regstream.c</file>
32 <file>shlwapi_main.c</file>
33 <file>stopwatch.c</file>
34 <file>string.c</file>
35 <file>thread.c</file>
36 <file>url.c</file>
37 <file>wsprintf.c</file>
38 <file>shlwapi.rc</file>
39 <file>shlwapi.spec</file>
40 </module>