2008-09-07 11:48:34 +00:00
|
|
|
<module name="mscoree" type="win32dll" baseaddress="${BASEADDRESS_MSCOREE}" installbase="system32" installname="mscoree.dll">
|
2008-10-21 13:51:49 +00:00
|
|
|
<importlibrary definition="mscoree.spec" />
|
2008-09-07 11:48:34 +00:00
|
|
|
<include base="mscoree">.</include>
|
2009-04-06 15:43:12 +00:00
|
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
|
|
<define name="__WINESRC__" />
|
2008-09-07 11:48:34 +00:00
|
|
|
<library>wine</library>
|
|
|
|
<library>advapi32</library>
|
2010-04-20 17:16:57 +00:00
|
|
|
<library>shell32</library>
|
2008-09-07 11:48:34 +00:00
|
|
|
<library>uuid</library>
|
|
|
|
<file>corruntimehost.c</file>
|
|
|
|
<file>mscoree_main.c</file>
|
|
|
|
</module>
|