2007-11-29 11:13:10 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2008-07-08 19:27:29 +00:00
|
|
|
<group>
|
2009-01-21 14:41:23 +00:00
|
|
|
<module name="riched32" type="win32dll" baseaddress="${BASEADDRESS_RICHED32}" installbase="system32" installname="riched32.dll" allowwarnings="true">
|
2008-10-21 13:51:49 +00:00
|
|
|
<importlibrary definition="riched32.spec" />
|
2006-07-02 21:33:02 +00:00
|
|
|
<include base="riched32">.</include>
|
|
|
|
<include base="ReactOS">include/reactos/wine</include>
|
2006-07-04 14:17:14 +00:00
|
|
|
<define name="__WINESRC__" />
|
2008-07-08 19:27:29 +00:00
|
|
|
<file>richedit.c</file>
|
|
|
|
<file>version.rc</file>
|
2006-07-02 21:33:02 +00:00
|
|
|
<library>wine</library>
|
|
|
|
<library>riched20</library>
|
2006-07-04 14:17:14 +00:00
|
|
|
<library>user32</library>
|
|
|
|
<library>ntdll</library>
|
2006-07-02 21:33:02 +00:00
|
|
|
</module>
|
2008-07-08 19:27:29 +00:00
|
|
|
</group>
|