dinput: Sort virtual joysticks by name on the Mac.
[wine.git] / dlls / ucrtbase / Makefile.in
blobc1677ca7c6ef9d6cc6b198c33aff6b31601e3f79
1 EXTRADEFS = -D_MT -D_MSVCR_VER=140
2 MODULE = ucrtbase.dll
3 DELAYIMPORTS = advapi32 user32
4 PARENTSRC = ../msvcrt
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_arm.c \
16 except_i386.c \
17 except_x86_64.c \
18 exit.c \
19 file.c \
20 heap.c \
21 locale.c \
22 lock.c \
23 main.c \
24 math.c \
25 mbcs.c \
26 misc.c \
27 process.c \
28 scanf.c \
29 string.c \
30 thread.c \
31 time.c \
32 undname.c \
33 wcs.c