2005-11-16 11:45:51 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = explorer.exe
|
2008-04-23 16:04:43 +00:00
|
|
|
APPMODE = -mwindows -municode
|
2007-11-16 11:39:08 +00:00
|
|
|
IMPORTS = rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
|
2006-08-31 01:42:49 +00:00
|
|
|
DELAYIMPORTS = comctl32
|
2005-11-16 11:45:51 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
2006-03-07 10:41:52 +00:00
|
|
|
desktop.c \
|
2006-02-19 17:50:27 +00:00
|
|
|
explorer.c \
|
|
|
|
systray.c
|
2005-11-16 11:45:51 +00:00
|
|
|
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|