mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
13 lines
512 B
Ruby
13 lines
512 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="compstui" type="win32dll" baseaddress="${BASEADDRESS_COMPSTUI}" installbase="system32" installname="compstui.dll" allowwarnings="true">
|
|
<importlibrary definition="compstui.spec" />
|
|
<include base="compstui">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<file>compstui_main.c</file>
|
|
<library>wine</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|