mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
29 lines
939 B
Ruby
29 lines
939 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="uxtheme" type="win32dll" baseaddress="${BASEADDRESS_UXTHEME}" installbase="system32" installname="uxtheme.dll" allowwarnings="true">
|
|
<importlibrary definition="uxtheme.spec.def" />
|
|
<include base="uxtheme">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<define name="WINVER">0x600</define>
|
|
<define name="_WIN32_WINNT">0x600</define>
|
|
<file>draw.c</file>
|
|
<file>main.c</file>
|
|
<file>metric.c</file>
|
|
<file>msstyles.c</file>
|
|
<file>property.c</file>
|
|
<file>stylemap.c</file>
|
|
<file>system.c</file>
|
|
<file>uxini.c</file>
|
|
<file>version.rc</file>
|
|
<file>uxtheme.spec</file>
|
|
<library>wine</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>advapi32</library>
|
|
<library>kernel32</library>
|
|
<library>msimg32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|