netapi32: Remove DECLSPEC_HIDDEN usage.
[wine.git] / dlls / msvcr71 / Makefile.in
blob6da68524dc6c29f1895fde5909348caf07e7d0cf
1 EXTRADEFS = -D_CRTIMP=
2 MODULE = msvcr71.dll
3 IMPORTLIB = msvcr71
4 IMPORTS = $(MUSL_PE_LIBS) ntdll
5 DELAYIMPORTS = advapi32 user32
6 PARENTSRC = ../msvcrt
8 SOURCES = \
9 console.c \
10 cpp.c \
11 ctype.c \
12 data.c \
13 dir.c \
14 environ.c \
15 errno.c \
16 except.c \
17 except_arm.c \
18 except_arm64.c \
19 except_i386.c \
20 except_x86_64.c \
21 exception_ptr.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 sincos.c \
37 string.c \
38 thread.c \
39 time.c \
40 undname.c \
41 wcs.c