jscript: Added String_fromCharCode implementation.
[wine] / dlls / gdiplus / Makefile.in
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
8
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
23
24 @MAKE_DLL_RULES@
25
26 @DEPENDENCIES@  # everything below this line is overwritten by make depend