mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
59 lines
1.7 KiB
Ruby
59 lines
1.7 KiB
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="comctl32" type="win32dll" baseaddress="${BASEADDRESS_COMCTL32}" installbase="system32" installname="comctl32.dll" unicode="yes" allowwarnings="true" crt="msvcrt">
|
|
<autoregister infsection="OleControlDlls" type="DllInstall" />
|
|
<importlibrary definition="comctl32.spec" />
|
|
<include base="comctl32">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<define name="_WINE" />
|
|
<define name="_COMCTL32_" />
|
|
<redefine name="_WIN32_WINNT">0x600</redefine>
|
|
<file>animate.c</file>
|
|
<file>comboex.c</file>
|
|
<file>comctl32undoc.c</file>
|
|
<file>commctrl.c</file>
|
|
<file>datetime.c</file>
|
|
<file>dpa.c</file>
|
|
<file>draglist.c</file>
|
|
<file>dsa.c</file>
|
|
<file>flatsb.c</file>
|
|
<file>header.c</file>
|
|
<file>hotkey.c</file>
|
|
<file>imagelist.c</file>
|
|
<file>ipaddress.c</file>
|
|
<file>listview.c</file>
|
|
<file>monthcal.c</file>
|
|
<file>nativefont.c</file>
|
|
<file>pager.c</file>
|
|
<file>progress.c</file>
|
|
<file>propsheet.c</file>
|
|
<file>rebar.c</file>
|
|
<file>smoothscroll.c</file>
|
|
<file>status.c</file>
|
|
<file>string.c</file>
|
|
<file>syslink.c</file>
|
|
<file>tab.c</file>
|
|
<file>theme_button.c</file>
|
|
<file>theme_combo.c</file>
|
|
<file>theme_dialog.c</file>
|
|
<file>theme_edit.c</file>
|
|
<file>theme_listbox.c</file>
|
|
<file>theming.c</file>
|
|
<file>toolbar.c</file>
|
|
<file>tooltips.c</file>
|
|
<file>trackbar.c</file>
|
|
<file>treeview.c</file>
|
|
<file>updown.c</file>
|
|
<file>rsrc.rc</file>
|
|
<library>uuid</library>
|
|
<library>wine</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>advapi32</library>
|
|
<library>winmm</library>
|
|
<library>uxtheme</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|