Sweden-Number/dlls/kernel32/Makefile.in

37 lines
557 B
Makefile

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 \
lcformat.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 = \
locale_rc.rc \
version.rc