wine/dlls/kernelbase/Makefile.in
Alexandre Julliard f3b77b8027 kernelbase: Use the digit table from locale.nls in FoldStringW().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-04-25 11:53:53 +02:00

28 lines
444 B
Makefile

EXTRADEFS = -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 \
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
MC_SRCS = winerror.mc