ntdll: Use cpu_info to check for AVX availability.
[wine.git] / dlls / msvcr70 / Makefile.in
blobe6dd41b32a54b52ae88c65a471dbee2d281a7b8f
1 EXTRADEFS = -D_CRTIMP=
2 MODULE = msvcr70.dll
3 IMPORTLIB = msvcr70
4 IMPORTS = ntdll
5 DELAYIMPORTS = advapi32 user32
6 PARENTSRC = ../msvcrt
7 EXTRADLLFLAGS = -mno-cygwin
9 C_SRCS = \
10 console.c \
11 cpp.c \
12 ctype.c \
13 data.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 exit.c \
23 file.c \
24 heap.c \
25 iob.c \
26 locale.c \
27 lock.c \
28 main.c \
29 math.c \
30 mathf.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 unixlib.c \
41 wcs.c