d2d1: Avoid an unsupported makefile variable assignment.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a83da2d338
commit
f13245295d
@ -2,7 +2,6 @@ MODULE = d2d1.dll
|
|||||||
IMPORTLIB = d2d1
|
IMPORTLIB = d2d1
|
||||||
IMPORTS = d3d10_1 dxguid uuid
|
IMPORTS = d3d10_1 dxguid uuid
|
||||||
DELAYIMPORTS = dwrite
|
DELAYIMPORTS = dwrite
|
||||||
CFLAGS += $(EXCESS_PRECISION_CFLAGS)
|
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
bitmap.c \
|
bitmap.c \
|
||||||
@ -16,3 +15,5 @@ C_SRCS = \
|
|||||||
wic_render_target.c
|
wic_render_target.c
|
||||||
|
|
||||||
RC_SRCS = version.rc
|
RC_SRCS = version.rc
|
||||||
|
|
||||||
|
geometry_EXTRADEFS = $(EXCESS_PRECISION_CFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user