mirror of
https://github.com/reactos/wine.git
synced 2025-01-05 18:49:06 +00:00
14 lines
253 B
Makefile
14 lines
253 B
Makefile
MODULE = explorer.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = rpcrt4 user32 gdi32 advapi32
|
|
DELAYIMPORTS = comctl32 shell32 oleaut32 ole32 shlwapi
|
|
|
|
C_SRCS = \
|
|
appbar.c \
|
|
desktop.c \
|
|
explorer.c \
|
|
startmenu.c \
|
|
systray.c
|
|
|
|
RC_SRCS = explorer.rc
|