mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
20 lines
624 B
Text
20 lines
624 B
Text
|
<module name="gdi32_winetest" type="win32cui" installbase="bin" installname="gdi32_winetest.exe" allowwarnings="true">
|
||
|
<include base="gdi32_winetest">.</include>
|
||
|
<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>font.c</file>
|
||
|
<file>mapping.c</file>
|
||
|
<file>metafile.c</file>
|
||
|
<file>palette.c</file>
|
||
|
<file>testlist.c</file>
|
||
|
</module>
|