Makefile.in 522 Bytes
Newer Older
1
EXTRADEFS = -D_CRTIMP=
2
MODULE    = msvcr71.dll
3
IMPORTLIB = msvcr71
4
IMPORTS   = ntdll
5 6
DELAYIMPORTS = advapi32 user32
PARENTSRC = ../msvcrt
7 8

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