include: Add a private header for Unix libraries definitions.
[wine.git] / dlls / crtdll / Makefile.in
blob798ac528a7a60f7835a725f81087161014c989bc
1 EXTRADEFS = -D_CRTDLL -D_CRTIMP=
2 MODULE = crtdll.dll
3 IMPORTS = ntdll
4 DELAYIMPORTS = advapi32 user32
5 PARENTSRC = ../msvcrt
6 EXTRADLLFLAGS = -mno-cygwin
8 C_SRCS = \
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 exit.c \
22 file.c \
23 heap.c \
24 locale.c \
25 lock.c \
26 main.c \
27 math.c \
28 mbcs.c \
29 misc.c \
30 process.c \
31 scanf.c \
32 string.c \
33 thread.c \
34 time.c \
35 undname.c \
36 wcs.c