Makefile.in 214 Bytes
MODULE = msvcp110.dll
IMPORTS   = msvcr110
EXTRADEFS = -D_MSVCP_VER=110
PARENTSRC = ../msvcp90

C_SRCS = \
	details.c \
	exception.c \
	ios.c \
	locale.c \
	math.c \
	memory.c \
	misc.c \
	msvcp_main.c \
	string.c