mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
89ae880958
svn path=/trunk/; revision=36942
14 lines
463 B
Ruby
14 lines
463 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="riched32_winetest" type="win32cui" installbase="bin" installname="riched32_winetest.exe" allowwarnings="true">
|
|
<include base="riched32_winetest">.</include>
|
|
<file>editor.c</file>
|
|
<file>testlist.c</file>
|
|
<library>wine</library>
|
|
<library>ole32</library>
|
|
<library>user32</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|