user32/tests: Link directly to imm32.
[wine.git] / dlls / msvcrtd / Makefile.in
blobbd4f78729d048ba77b89763b5a50a9859c20197f
1 EXTRADEFS = -D_CRTIMP=
2 MODULE = msvcrtd.dll
3 IMPORTLIB = msvcrtd
4 IMPORTS = ntdll
5 PARENTSRC = ../msvcrt
6 DELAYIMPORTS = advapi32 user32
8 C_SRCS = \
9 console.c \
10 cpp.c \
11 ctype.c \
12 data.c \
13 debug.c \
14 dir.c \
15 environ.c \
16 errno.c \
17 except.c \
18 except_arm.c \
19 except_arm64.c \
20 except_i386.c \
21 except_x86_64.c \
22 exit.c \
23 file.c \
24 heap.c \
25 iob.c \
26 locale.c \
27 lock.c \
28 main.c \
29 math.c \
30 mbcs.c \
31 misc.c \
32 onexit.c \
33 process.c \
34 scanf.c \
35 string.c \
36 thread.c \
37 time.c \
38 undname.c \
39 wcs.c