mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
f108d390f0
svn path=/trunk/; revision=33397
16 lines
512 B
Ruby
16 lines
512 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>
|
|
<define name="WINVER">0x600</define>
|
|
<define name="_WIN32_WINNT">0x600</define>
|
|
<file>lzexpand_main.c</file>
|
|
<file>testlist.c</file>
|
|
<library>wine</library>
|
|
<library>lz32</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|