Makefile.in 527 Bytes
EXTRADEFS = -D_KERNEL32_ -D_NORMALIZE_
MODULE    = kernel32.dll
IMPORTLIB = kernel32
IMPORTS   = kernelbase ntdll winecrt0

EXTRADLLFLAGS = -nodefaultlibs -Wb,-F,KERNEL32.dll -Wl,--image-base,0x7b600000

C_SRCS = \
	atom.c \
	comm.c \
	computername.c \
	console.c \
	debugger.c \
	file.c \
	heap.c \
	kernel_main.c \
	locale.c \
	lzexpand.c \
	module.c \
	path.c \
	powermgnt.c \
	process.c \
	profile.c \
	resource.c \
	sync.c \
	tape.c \
	thread.c \
	toolhelp.c \
	version.c \
	virtual.c \
	volume.c

RC_SRCS = \
	version.rc