mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
17 lines
562 B
Ruby
17 lines
562 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">
|
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
|
<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>
|