mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
f108d390f0
svn path=/trunk/; revision=33397
15 lines
490 B
Ruby
15 lines
490 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="msacm32_winetest" type="win32cui" installbase="bin" installname="msacm32_winetest.exe" allowwarnings="true">
|
|
<include base="msacm32_winetest">.</include>
|
|
<define name="WINVER">0x600</define>
|
|
<define name="_WIN32_WINNT">0x600</define>
|
|
<library>wine</library>
|
|
<library>kernel32</library>
|
|
<library>msacm32</library>
|
|
<file>msacm.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|
|
</group>
|