mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
5b1318aae8
svn path=/trunk/; revision=36941
15 lines
482 B
Ruby
15 lines
482 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="version_winetest" type="win32cui" installbase="bin" installname="version_winetest.exe" allowwarnings="true">
|
|
<include base="version_winetest">.</include>
|
|
<file>info.c</file>
|
|
<file>install.c</file>
|
|
<file>version.rc</file>
|
|
<file>testlist.c</file>
|
|
<library>wine</library>
|
|
<library>version</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|