Sweden-Number/dlls/kernelbase/Makefile.in

13 lines
240 B
Makefile
Raw Normal View History

MODULE = kernelbase.dll
IMPORTLIB = kernelbase
IMPORTS = uuid advapi32 ntdll winecrt0 kernel32
EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin
C_SRCS = \
main.c \
path.c \
registry.c \
security.c \
string.c \
version.c