user32/tests: Use a child window for test_PeekMessage3.
[wine.git] / tools / winedump / Makefile.in
blob1e58b1a839aad2735772779bd60034356ff103c6
1 PROGRAMS = winedump
2 MANPAGES = winedump.man.in
3 SCRIPTS = function_grep.pl
5 C_SRCS = \
6 debug.c \
7 dos.c \
8 dump.c \
9 emf.c \
10 emfspool.c \
11 font.c \
12 le.c \
13 lib.c \
14 lnk.c \
15 main.c \
16 mf.c \
17 minidump.c \
18 misc.c \
19 msc.c \
20 msmangle.c \
21 ne.c \
22 nls.c \
23 output.c \
24 pdb.c \
25 pe.c \
26 reg.c \
27 search.c \
28 symbol.c \
29 tlb.c
31 INSTALL_DEV = $(PROGRAMS) $(SCRIPTS)