Sync with trunk (r47116), hopefully without breaking anything.
[reactos.git] / dll / win32 / mscoree / mscoree.rbuild
1 <module name="mscoree" type="win32dll" baseaddress="${BASEADDRESS_MSCOREE}" installbase="system32" installname="mscoree.dll">
2 <importlibrary definition="mscoree.spec" />
3 <include base="mscoree">.</include>
4 <include base="ReactOS">include/reactos/wine</include>
5 <define name="__WINESRC__" />
6 <library>wine</library>
7 <library>advapi32</library>
8 <library>shell32</library>
9 <library>uuid</library>
10 <file>corruntimehost.c</file>
11 <file>mscoree_main.c</file>
12 </module>