Commit f1324529 authored by Alexandre Julliard's avatar Alexandre Julliard

d2d1: Avoid an unsupported makefile variable assignment.

parent a83da2d3
......@@ -2,7 +2,6 @@ MODULE = d2d1.dll
IMPORTLIB = d2d1
IMPORTS = d3d10_1 dxguid uuid
DELAYIMPORTS = dwrite
CFLAGS += $(EXCESS_PRECISION_CFLAGS)
C_SRCS = \
bitmap.c \
......@@ -16,3 +15,5 @@ C_SRCS = \
wic_render_target.c
RC_SRCS = version.rc
geometry_EXTRADEFS = $(EXCESS_PRECISION_CFLAGS)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment