reactos/rostests/winetests/mlang/mlang.rbuild
Christoph von Wittich 89ae880958 remove all version defines from rostests
svn path=/trunk/; revision=36942
2008-10-25 14:04:03 +00:00

17 lines
506 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="mlang_winetest" type="win32cui" installbase="bin" installname="mlang_winetest.exe" allowwarnings="true">
<include base="mlang_winetest">.</include>
<file>mlang.c</file>
<file>testlist.c</file>
<library>wine</library>
<library>uuid</library>
<library>oleaut32</library>
<library>ole32</library>
<library>gdi32</library>
<library>kernel32</library>
<library>ntdll</library>
</module>
</group>