mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
89ae880958
svn path=/trunk/; revision=36942
13 lines
430 B
Ruby
13 lines
430 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="lz32_winetest" type="win32cui" installbase="bin" installname="lz32_winetest.exe" allowwarnings="true">
|
|
<include base="lz32_winetest">.</include>
|
|
<file>lzexpand_main.c</file>
|
|
<file>testlist.c</file>
|
|
<library>wine</library>
|
|
<library>lz32</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|