mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
dc37b66d17
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
34 lines
527 B
Makefile
34 lines
527 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 \
|
|
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
|