reactos/rostests/winetests/uxtheme/uxtheme.rbuild

14 lines
442 B
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="uxtheme_winetest" type="win32cui" installbase="bin" installname="uxtheme_winetest.exe" allowwarnings="true">
<include base="uxtheme_winetest">.</include>
<define name="__ROS_LONG64__" />
<file>system.c</file>
<file>testlist.c</file>
<library>wine</library>
<library>user32</library>
<library>ntdll</library>
</module>
</group>