Files
reactos/reactos/lib/objsel/objsel.xml
T
Gé van Geldorp c9c505d02f Import from vendor drop
svn path=/trunk/; revision=17677
2005-09-05 21:47:21 +00:00

23 lines
716 B
XML

<module name="objsel" type="win32dll" baseaddress="${BASEADDRESS_OBJSEL}" installbase="system32" installname="objsel.dll">
<importlibrary definition="objsel.spec.def" />
<include base="objsel">.</include>
<include base="ReactOS">include/wine</include>
<define name="UNICODE" />
<define name="_UNICODE" />
<define name="__REACTOS__" />
<define name="__USE_W32API" />
<library>wine</library>
<library>uuid</library>
<library>ntdll</library>
<library>kernel32</library>
<library>advapi32</library>
<library>user32</library>
<library>ole32</library>
<library>ntdll</library>
<file>factory.c</file>
<file>objsel.c</file>
<file>regsvr.c</file>
<file>objsel.rc</file>
<file>objsel.spec</file>
</module>