mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
18 lines
255 B
Makefile
18 lines
255 B
Makefile
MODULE = d2d1.dll
|
|
IMPORTLIB = d2d1
|
|
IMPORTS = d3d10_1 dxguid uuid
|
|
DELAYIMPORTS = dwrite
|
|
|
|
C_SRCS = \
|
|
bitmap.c \
|
|
brush.c \
|
|
factory.c \
|
|
geometry.c \
|
|
mesh.c \
|
|
render_target.c \
|
|
state_block.c \
|
|
stroke.c \
|
|
wic_render_target.c
|
|
|
|
RC_SRCS = version.rc
|