Makefile.in 450 Bytes
Newer Older
1
EXTRADEFS = -D_MT -D_MSVCR_VER=0
2
MODULE    = msvcrt.dll
3
IMPORTLIB = msvcrt
4
DELAYIMPORTS = advapi32 user32
5 6 7 8 9 10 11 12 13 14

C_SRCS = \
	console.c \
	cpp.c \
	ctype.c \
	data.c \
	dir.c \
	environ.c \
	errno.c \
	except.c \
15
	except_arm.c \
16
	except_i386.c \
17
	except_x86_64.c \
18 19 20 21
	exit.c \
	file.c \
	heap.c \
	locale.c \
22
	lock.c \
23 24 25 26 27
	main.c \
	math.c \
	mbcs.c \
	misc.c \
	process.c \
28
	scanf.c \
29 30 31
	string.c \
	thread.c \
	time.c \
32
	undname.c \
33 34
	wcs.c

35 36
RC_SRCS = \
	rsrc.rc