user32: Dont create 16 bits heap in 64-bits mode
[wine/wine64.git] / dlls / gdiplus / Makefile.in
blobde88d5e375b064d59cd51c9dd7be6be8140d1734
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = gdiplus.dll
6 IMPORTLIB = gdiplus
7 IMPORTS = uuid shlwapi oleaut32 ole32 user32 gdi32 kernel32
9 C_SRCS = \
10 brush.c \
11 customlinecap.c \
12 font.c \
13 gdiplus.c \
14 graphics.c \
15 graphicspath.c \
16 image.c \
17 imageattributes.c \
18 matrix.c \
19 pathiterator.c \
20 pen.c \
21 region.c \
22 stringformat.c
24 @MAKE_DLL_RULES@
26 @DEPENDENCIES@ # everything below this line is overwritten by make depend