sync with trunk r47346
[reactos.git] / dll / win32 / smdll / smdll.rbuild
1 <module name="smdll" type="nativedll" baseaddress="${BASEADDRESS_SMDLL}" installbase="system32" installname="smdll.dll">
2 <importlibrary definition="smdll.spec" />
3 <include base="smdll">.</include>
4 <include base="ReactOS">include/reactos/subsys</include>
5 <library>smlib</library>
6 <library>ntdll</library>
7 <file>dllmain.c</file>
8 <file>query.c</file>
9 <file>smdll.rc</file>
10 </module>