2014-02-18 10:39:22 +01:00
|
|
|
MODULE = d2d1.dll
|
|
|
|
IMPORTLIB = d2d1
|
2014-09-05 15:50:58 +02:00
|
|
|
IMPORTS = d3d10_1 dxguid uuid
|
2015-07-10 15:03:46 +02:00
|
|
|
DELAYIMPORTS = dwrite
|
2015-10-06 18:48:22 +02:00
|
|
|
CFLAGS += $(EXCESS_PRECISION_CFLAGS)
|
2014-02-18 10:39:22 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2014-09-16 10:44:13 +02:00
|
|
|
bitmap.c \
|
2014-06-16 13:13:20 +02:00
|
|
|
brush.c \
|
2014-05-20 07:38:44 +02:00
|
|
|
factory.c \
|
2015-06-15 14:07:35 +02:00
|
|
|
geometry.c \
|
2014-09-16 10:44:12 +02:00
|
|
|
mesh.c \
|
2014-07-18 10:37:56 +02:00
|
|
|
render_target.c \
|
2015-02-18 10:39:29 +01:00
|
|
|
state_block.c \
|
2014-09-15 11:03:37 +02:00
|
|
|
stroke.c \
|
|
|
|
wic_render_target.c
|
2014-02-18 10:39:22 +01:00
|
|
|
|
|
|
|
RC_SRCS = version.rc
|