Makefile.in 571 Bytes
Newer Older
1
EXTRADEFS = -D_MT
2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
6
MODULE    = msvcrt.dll
7
IMPORTLIB = libmsvcrt.$(IMPLIBEXT)
8
IMPORTS   = kernel32 ntdll
9
DELAYIMPORTS = user32
10 11 12 13

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

38 39 40
RC_SRCS = \
	rsrc.rc

41 42
SUBDIRS = tests

43 44 45
@MAKE_DLL_RULES@

### Dependencies: