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