dsound/tests: Allow more time for an event to be signalled.
[wine.git] / dlls / kernel32 / Makefile.in
blob48c6c8a8ce4a6b1c2f7e7e8e0cc21f96ad60c79e
1 EXTRADEFS = -D_KERNEL32_ -D_NORMALIZE_
2 MODULE = kernel32.dll
3 IMPORTLIB = kernel32
4 IMPORTS = winecrt0 kernelbase ntdll
5 EXTRALIBS = $(COREFOUNDATION_LIBS) $(POLL_LIBS) $(RT_LIBS)
6 EXTRADLLFLAGS = -nodefaultlibs -Wb,-F,KERNEL32.dll -Wl,--image-base,0x7b400000
8 C_SRCS = \
9 actctx.c \
10 atom.c \
11 comm.c \
12 computername.c \
13 console.c \
14 cpu.c \
15 debugger.c \
16 editline.c \
17 environ.c \
18 file.c \
19 format_msg.c \
20 heap.c \
21 kernel_main.c \
22 lcformat.c \
23 locale.c \
24 lzexpand.c \
25 module.c \
26 nameprep.c \
27 oldconfig.c \
28 path.c \
29 powermgnt.c \
30 process.c \
31 profile.c \
32 resource.c \
33 string.c \
34 sync.c \
35 tape.c \
36 term.c \
37 thread.c \
38 time.c \
39 toolhelp.c \
40 version.c \
41 virtual.c \
42 volume.c \
43 wctype.c \
44 wer.c
46 RC_SRCS = \
47 locale_rc.rc \
48 version.rc
50 MC_SRCS = \
51 winerror.mc