urlmon/tests: Add basic tests for CoInternetParseUrl(PARSE_CANONICALIZE).
[wine.git] / dlls / msvcrtd / Makefile.in
bloba06a244747e7707e3bea755a901c53bbd8ee589d
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 SOURCES = \
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_arm64ec.c \
21 except_i386.c \
22 except_x86_64.c \
23 exception_ptr.c \
24 exit.c \
25 file.c \
26 heap.c \
27 iob.c \
28 locale.c \
29 lock.c \
30 main.c \
31 math.c \
32 mbcs.c \
33 misc.c \
34 onexit.c \
35 process.c \
36 scanf.c \
37 string.c \
38 thread.c \
39 time.c \
40 undname.c \
41 wcs.c