explorer: Fix memory leak when one or more properties are not present on a hal device.
[wine] / programs / explorer / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = explorer.exe
6 APPMODE   = -mwindows
7 IMPORTS   = rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = comctl32
9 EXTRADEFS = @HALINCL@
10 EXTRALIBS = @DISKARBITRATIONLIB@
11
12 C_SRCS = \
13         desktop.c \
14         device.c \
15         diskarb.c \
16         explorer.c \
17         hal.c \
18         systray.c
19
20 @MAKE_PROG_RULES@
21
22 @DEPENDENCIES@  # everything below this line is overwritten by make depend