wine/dlls/msvcp71/Makefile.in
2014-01-13 17:37:24 +01:00

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