sync with trunk (r49238)
[reactos.git] / dll / win32 / localspl / localspl.rbuild
1 <module name="localspl" type="win32dll" baseaddress="${BASEADDRESS_LOCALSPL}" installbase="system32" installname="localspl.dll" allowwarnings="true">
2 <importlibrary definition="localspl.spec" />
3 <include base="localspl">.</include>
4 <include base="ReactOS">include/reactos/wine</include>
5 <define name="__WINESRC__" />
6 <redefine name="_WIN32_WINNT">0x600</redefine>
7 <file>localmon.c</file>
8 <file>localspl_main.c</file>
9 <file>provider.c</file>
10 <file>localspl.rc</file>
11 <library>wine</library>
12 <library>spoolss</library>
13 <library>user32</library>
14 <library>advapi32</library>
15 <library>ntdll</library>
16 </module>