Autosyncing with Wine

svn path=/trunk/; revision=22833
This commit is contained in:
The Wine Synchronizer 2006-07-04 14:17:14 +00:00
parent a40ef44f44
commit 17984c4182

View file

@ -1,17 +1,18 @@
<module name="riched32" type="win32dll" baseaddress="${BASEADDRESS_RICHED32}" installbase="system32" installname="riched32.dll">
<module name="riched32" type="win32dll" baseaddress="${BASEADDRESS_RICHED32}" installbase="system32" installname="riched32.dll" allowwarnings="true">
<importlibrary definition="riched32.spec.def" />
<include base="riched32">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__REACTOS__" />
<define name="__WINESRC__" />
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
<define name="WINVER">0x501</define>
<library>wine</library>
<library>ntdll</library>
<library>kernel32</library>
<library>user32</library>
<library>riched20</library>
<library>user32</library>
<library>kernel32</library>
<library>ntdll</library>
<file>richedit.c</file>
<file>riched32.spec</file>
</module>