wine-wine/dlls/kernelbase/Makefile.in

24 lines
365 B
Makefile

MODULE = kernelbase.dll
IMPORTLIB = kernelbase
IMPORTS = uuid ntdll winecrt0 kernel32
EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin
C_SRCS = \
console.c \
debug.c \
decompose.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