wine/dlls/msvcrtd/Makefile.in
Alexandre Julliard 191bdeaff3 msvcrt: Build with msvcrt headers.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-19 21:23:22 +01:00

42 lines
551 B
Makefile

EXTRADEFS = -D_CRTIMP=
MODULE = msvcrtd.dll
IMPORTLIB = msvcrtd
IMPORTS = ntdll
PARENTSRC = ../msvcrt
DELAYIMPORTS = advapi32 user32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
console.c \
cpp.c \
ctype.c \
data.c \
debug.c \
dir.c \
environ.c \
errno.c \
except.c \
except_arm.c \
except_arm64.c \
except_i386.c \
except_x86_64.c \
exit.c \
file.c \
heap.c \
iob.c \
locale.c \
lock.c \
main.c \
math.c \
mbcs.c \
misc.c \
onexit.c \
process.c \
scanf.c \
string.c \
thread.c \
time.c \
undname.c \
unixlib.c \
wcs.c