wine/dlls/msvcrtd/Makefile.in
Alexandre Julliard ec2e282b5b msvcrt: Add the static object files to all the msvcrt import libraries.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47238
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-21 11:37:47 +02:00

39 lines
502 B
Makefile

EXTRADEFS = -D_MT -D_MSVCR_VER=0
MODULE = msvcrtd.dll
IMPORTLIB = msvcrtd
PARENTSRC = ../msvcrt
DELAYIMPORTS = advapi32 user32
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 \
wcs.c