mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
4019caae75
svn path=/branches/shell32_new-bringup/; revision=51893
31 lines
1 KiB
Ruby
31 lines
1 KiB
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="msctf" type="win32dll" baseaddress="${BASEADDRESS_MSCTF}" installbase="system32" installname="msctf.dll" allowwarnings="true">
|
|
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
|
<importlibrary definition="msctf.spec" />
|
|
<include base="msctf">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<redefine name="_WIN32_WINNT">0x600</redefine>
|
|
<file>categorymgr.c</file>
|
|
<file>compartmentmgr.c</file>
|
|
<file>context.c</file>
|
|
<file>displayattributemgr.c</file>
|
|
<file>documentmgr.c</file>
|
|
<file>inputprocessor.c</file>
|
|
<file>langbarmgr.c</file>
|
|
<file>msctf.c</file>
|
|
<file>range.c</file>
|
|
<file>regsvr.c</file>
|
|
<file>threadmgr.c</file>
|
|
<file>version.rc</file>
|
|
<library>wine</library>
|
|
<library>uuid</library>
|
|
<library>ole32</library>
|
|
<library>oleaut32</library>
|
|
<library>user32</library>
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|