makefiles: Don't use standard libs for programs that specify -nodefaultlibs.
[wine/zf.git] / dlls / kernelbase / Makefile.in
blobde2cb79ae53ea6d373136ca12a7c213596756508
1 MODULE = kernelbase.dll
2 IMPORTLIB = kernelbase
3 IMPORTS = uuid ntdll winecrt0
4 EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin -Wl,--image-base,0x7b000000
6 C_SRCS = \
7 collation.c \
8 console.c \
9 debug.c \
10 digitmap.c \
11 file.c \
12 loader.c \
13 locale.c \
14 main.c \
15 memory.c \
16 path.c \
17 process.c \
18 registry.c \
19 security.c \
20 string.c \
21 sync.c \
22 thread.c \
23 version.c
25 RC_SRCS = kernelbase.rc