wintrust/tests: Add tests for WVTAsn1SpcIndirectDataContentDecode.
[wine.git] / dlls / msvcrtd / Makefile.in
blob994195eebc6e4ebac5fbaf432cadbf554482eff3
1 EXTRADEFS = -D_CRTIMP= -D_DEBUG=
2 MODULE = msvcrtd.dll
3 IMPORTLIB = msvcrtd
4 IMPORTS = $(MUSL_PE_LIBS) 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 exception_ptr.c \
23 exit.c \
24 file.c \
25 heap.c \
26 iob.c \
27 locale.c \
28 lock.c \
29 main.c \
30 math.c \
31 mbcs.c \
32 misc.c \
33 onexit.c \
34 process.c \
35 scanf.c \
36 string.c \
37 thread.c \
38 time.c \
39 undname.c \
40 wcs.c