winhelp: Removed the topics button, and forward search and topics to the same prop...
[wine] / programs / explorer / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = explorer.exe
6 APPMODE   = -mwindows -municode
7 IMPORTS   = rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = comctl32
9
10 C_SRCS = \
11         desktop.c \
12         explorer.c \
13         systray.c
14
15 @MAKE_PROG_RULES@
16
17 @DEPENDENCIES@  # everything below this line is overwritten by make depend