Makefile.in 270 Bytes
Newer Older
Austin English's avatar
Austin English committed
1
MODULE = msvcp100.dll
2
IMPORTS   = msvcr100
3 4
MODCFLAGS = @BUILTINFLAG@
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
5 6
EXTRADEFS = -D_MSVCP_VER=100
PARENTSRC = ../msvcp90
Austin English's avatar
Austin English committed
7 8

C_SRCS = \
9 10 11 12 13 14
	exception.c \
	ios.c \
	locale.c \
	math.c \
	memory.c \
	misc.c \
15
	msvcp_main.c \
16
	string.c