wine/dlls/kernelbase/Makefile.in
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00

29 lines
457 B
Makefile

EXTRADEFS = -DWINE_NO_LONG_TYPES -DWINBASEAPI=
MODULE = kernelbase.dll
IMPORTLIB = kernelbase
IMPORTS = uuid ntdll winecrt0
EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -Wl,--image-base,0x7b000000
C_SRCS = \
collation.c \
console.c \
debug.c \
digitmap.c \
file.c \
loader.c \
locale.c \
main.c \
memory.c \
path.c \
process.c \
registry.c \
security.c \
string.c \
sync.c \
thread.c \
version.c \
volume.c
RC_SRCS = kernelbase.rc