wine/dlls/ucrtbase/Makefile.in
Louis Lenders 1622abbb08 ucrtbase: Add version resource.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45928
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-03 16:25:49 -05:00

38 lines
496 B
Makefile

EXTRADEFS = -D_MT -D_MSVCR_VER=140
MODULE = ucrtbase.dll
IMPORTLIB = ucrtbase
DELAYIMPORTS = advapi32 user32
PARENTSRC = ../msvcrt
C_SRCS = \
console.c \
cpp.c \
ctype.c \
data.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 \
locale.c \
lock.c \
main.c \
math.c \
mbcs.c \
misc.c \
process.c \
scanf.c \
string.c \
thread.c \
time.c \
undname.c \
wcs.c
RC_SRCS = version.rc