2005-11-16 12:45:51 +01:00
|
|
|
MODULE = explorer.exe
|
2008-04-23 18:04:43 +02:00
|
|
|
APPMODE = -mwindows -municode
|
2010-07-21 13:18:52 +02:00
|
|
|
IMPORTS = rpcrt4 user32 gdi32 advapi32
|
2015-04-30 08:13:27 +02:00
|
|
|
DELAYIMPORTS = comctl32 shell32 oleaut32 ole32 shlwapi
|
2005-11-16 12:45:51 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2008-09-02 20:58:01 +02:00
|
|
|
appbar.c \
|
2006-03-07 11:41:52 +01:00
|
|
|
desktop.c \
|
2006-02-19 18:50:27 +01:00
|
|
|
explorer.c \
|
2013-12-06 21:16:54 +01:00
|
|
|
startmenu.c \
|
2006-02-19 18:50:27 +01:00
|
|
|
systray.c
|
2005-11-16 12:45:51 +01:00
|
|
|
|
2011-06-11 23:42:17 +02:00
|
|
|
RC_SRCS = explorer.rc
|