mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
15 lines
198 B
Makefile
15 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
|