mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
088a787a2c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
198 B
Makefile
14 lines
198 B
Makefile
MODULE = msvcp71.dll
|
|
IMPORTS = msvcr71
|
|
EXTRADEFS = -D_MSVCP_VER=71
|
|
PARENTSRC = ../msvcp90
|
|
|
|
C_SRCS = \
|
|
exception.c \
|
|
ios.c \
|
|
locale.c \
|
|
math.c \
|
|
memory.c \
|
|
misc.c \
|
|
msvcp_main.c \
|
|
string.c
|