mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
67 lines
2 KiB
Ruby
67 lines
2 KiB
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="msxml3" type="win32dll" baseaddress="${BASEADDRESS_MSXML3}" installbase="system32" installname="msxml3.dll" allowwarnings="true" crt="msvcrt">
|
|
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
|
<importlibrary definition="msxml3.spec" />
|
|
<include base="msxml3">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<include base="msxml3" root="intermediate">.</include>
|
|
<dependency>msxml3_v1</dependency>
|
|
<define name="__WINESRC__" />
|
|
<define name="_WINE" />
|
|
<redefine name="_WIN32_WINNT">0x601</redefine>
|
|
<define name="LIBXML_STATIC" />
|
|
<compilerflag compilerset="msc">/FIwine/typeof.h</compilerflag>
|
|
<library>libxml2</library>
|
|
<library>libxslt</library>
|
|
<library>wine</library>
|
|
<library>wineldr</library>
|
|
<library>urlmon</library>
|
|
<library>wininet</library>
|
|
<library>ws2_32</library>
|
|
<library>comctl32</library>
|
|
<library>shell32</library>
|
|
<library>shlwapi</library>
|
|
<library>cabinet</library>
|
|
<library>oleaut32</library>
|
|
<library>ole32</library>
|
|
<library>version</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>advapi32</library>
|
|
<library>uuid</library>
|
|
<library>ntdll</library>
|
|
<file>attribute.c</file>
|
|
<file>comment.c</file>
|
|
<file>domdoc.c</file>
|
|
<file>element.c</file>
|
|
<file>factory.c</file>
|
|
<file>main.c</file>
|
|
<file>httprequest.c</file>
|
|
<file>node.c</file>
|
|
<file>nodelist.c</file>
|
|
<file>nodemap.c</file>
|
|
<file>parseerror.c</file>
|
|
<file>pi.c</file>
|
|
<file>queryresult.c</file>
|
|
<file>regsvr.c</file>
|
|
<file>schema.c</file>
|
|
<file>text.c</file>
|
|
<file>uuid.c</file>
|
|
<file>xmldoc.c</file>
|
|
<file>xmlelem.c</file>
|
|
<file>saxreader.c</file>
|
|
<file>bsc.c</file>
|
|
<file>cdata.c</file>
|
|
<file>dispex.c</file>
|
|
<file>docfrag.c</file>
|
|
<file>domimpl.c</file>
|
|
<file>entityref.c</file>
|
|
<file>version.rc</file>
|
|
</module>
|
|
<module name="msxml3_v1" type="embeddedtypelib">
|
|
<dependency>stdole2</dependency>
|
|
<file>msxml3_v1.idl</file>
|
|
</module>
|
|
</group>
|