Makefile.in 503 Bytes
Newer Older
1
EXTRADEFS = -D_MT -D_MSVCR_VER=71
2
MODULE    = msvcr71.dll
3
IMPORTLIB = msvcr71
4 5
DELAYIMPORTS = advapi32 user32
PARENTSRC = ../msvcrt
6 7

C_SRCS = \
8 9 10 11 12 13 14 15 16
	console.c \
	cpp.c \
	ctype.c \
	data.c \
	dir.c \
	environ.c \
	errno.c \
	except.c \
	except_arm.c \
17
	except_arm64.c \
18 19 20 21 22
	except_i386.c \
	except_x86_64.c \
	exit.c \
	file.c \
	heap.c \
23
	iob.c \
24 25 26 27
	locale.c \
	lock.c \
	main.c \
	math.c \
28
	mathf.c \
29 30
	mbcs.c \
	misc.c \
31
	onexit.c \
32 33 34 35 36 37 38
	process.c \
	scanf.c \
	string.c \
	thread.c \
	time.c \
	undname.c \
	wcs.c