mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
1135db7095
Signed-off-by: Martin Storsjo <martin@martin.st> Signed-off-by: Daniel Lehman <dlehman@esri.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
199 B
Makefile
14 lines
199 B
Makefile
MODULE = msvcp140.dll
|
|
IMPORTS = ucrtbase
|
|
EXTRADEFS = -D_MSVCP_VER=140
|
|
PARENTSRC = ../msvcp90
|
|
|
|
C_SRCS = \
|
|
exception.c \
|
|
ios.c \
|
|
locale.c \
|
|
math.c \
|
|
memory.c \
|
|
misc.c \
|
|
msvcp_main.c \
|
|
string.c
|