gdiplus: Implement GdipSetPathGradientBlend, with tests.
[wine/multimedia.git] / dlls / msvcrt / Makefile.in
blob99310401f0abd8362d86b45306615c20e5c8ec21
1 EXTRADEFS = -D_MT
2 MODULE = msvcrt.dll
3 IMPORTLIB = msvcrt
4 DELAYIMPORTS = advapi32 user32
6 C_SRCS = \
7 console.c \
8 cpp.c \
9 ctype.c \
10 data.c \
11 dir.c \
12 environ.c \
13 errno.c \
14 except.c \
15 except_i386.c \
16 except_x86_64.c \
17 exit.c \
18 file.c \
19 heap.c \
20 locale.c \
21 lock.c \
22 main.c \
23 math.c \
24 mbcs.c \
25 misc.c \
26 process.c \
27 scanf.c \
28 string.c \
29 thread.c \
30 time.c \
31 undname.c \
32 wcs.c
34 RC_SRCS = \
35 rsrc.rc
37 @MAKE_DLL_RULES@