ddraw/tests: Rewrite LimitTest().
[wine.git] / dlls / ucrtbase / Makefile.in
blobd44b17a2dd92c594aa7895c864afdf67d394a816
1 EXTRADEFS = -D_MT -D_MSVCR_VER=140
2 MODULE = ucrtbase.dll
3 IMPORTLIB = ucrtbase
4 DELAYIMPORTS = advapi32 user32
5 PARENTSRC = ../msvcrt
7 C_SRCS = \
8 console.c \
9 cpp.c \
10 ctype.c \
11 data.c \
12 dir.c \
13 environ.c \
14 errno.c \
15 except.c \
16 except_arm.c \
17 except_arm64.c \
18 except_i386.c \
19 except_x86_64.c \
20 exit.c \
21 file.c \
22 heap.c \
23 locale.c \
24 lock.c \
25 main.c \
26 math.c \
27 mbcs.c \
28 misc.c \
29 process.c \
30 scanf.c \
31 string.c \
32 thread.c \
33 time.c \
34 undname.c \
35 wcs.c