Makefile.in 508 Bytes
Newer Older
1
EXTRADEFS = -D_MT -D_MSVCR_VER=100
2
MODULE    = msvcr100.dll
3
IMPORTLIB = msvcr100
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 23 24 25 26 27 28 29 30
	except_i386.c \
	except_x86_64.c \
	exit.c \
	file.c \
	heap.c \
	locale.c \
	lock.c \
	main.c \
	math.c \
	mbcs.c \
	misc.c \
	process.c \
	scanf.c \
31
	scheduler.c \
32 33 34 35 36
	string.c \
	thread.c \
	time.c \
	undname.c \
	wcs.c
37

38
RC_SRCS = rsrc.rc