mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
f108d390f0
svn path=/trunk/; revision=33397
28 lines
865 B
Ruby
28 lines
865 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="gdi32_winetest" type="win32cui" installbase="bin" installname="gdi32_winetest.exe" allowwarnings="true">
|
|
<include base="gdi32_winetest">.</include>
|
|
<define name="WINVER">0x0600</define>
|
|
<define name="__USE_W32API" />
|
|
<library>ntdll</library>
|
|
<library>gdi32</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>advapi32</library>
|
|
<file>bitmap.c</file>
|
|
<file>brush.c</file>
|
|
<file>clipping.c</file>
|
|
<file>dc.c</file>
|
|
<file>gdiobj.c</file>
|
|
<file>generated.c</file>
|
|
<file>icm.c</file>
|
|
<file>font.c</file>
|
|
<file>mapping.c</file>
|
|
<file>metafile.c</file>
|
|
<file>palette.c</file>
|
|
<file>path.c</file>
|
|
<file>pen.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|
|
</group>
|