2007-11-29 10:03:33 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2007-04-26 11:37:49 +00:00
|
|
|
<module name="clusapi" type="win32dll" baseaddress="${BASEADDRESS_CLUSAPI}" installbase="system32" installname="clusapi.dll" allowwarnings="true">
|
|
|
|
<importlibrary definition="clusapi.spec.def" />
|
|
|
|
<include base="clusapi">.</include>
|
|
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
|
|
<define name="__WINESRC__" />
|
2007-11-29 10:03:33 +00:00
|
|
|
<define name="WINVER">0x600</define>
|
|
|
|
<define name="_WIN32_WINNT">0x600</define>
|
2007-04-26 11:37:49 +00:00
|
|
|
<library>wine</library>
|
|
|
|
<library>kernel32</library>
|
|
|
|
<library>ntdll</library>
|
|
|
|
<file>clusapi.c</file>
|
|
|
|
<file>clusapi.spec</file>
|
|
|
|
</module>
|