mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
df25a1924a
Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
212 B
Makefile
15 lines
212 B
Makefile
MODULE = msvcp120.dll
|
|
IMPORTS = msvcr120
|
|
EXTRADEFS = -D_MSVCP_VER=120
|
|
PARENTSRC = ../msvcp90
|
|
|
|
C_SRCS = \
|
|
details.c \
|
|
exception.c \
|
|
ios.c \
|
|
locale.c \
|
|
math.c \
|
|
memory.c \
|
|
misc.c \
|
|
msvcp_main.c \
|
|
string.c
|