mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
16 lines
271 B
Makefile
16 lines
271 B
Makefile
MODULE = explorer.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = rpcrt4 user32 gdi32 advapi32
|
|
DELAYIMPORTS = comctl32 shell32 ole32 shlwapi
|
|
|
|
C_SRCS = \
|
|
appbar.c \
|
|
desktop.c \
|
|
explorer.c \
|
|
systray.c
|
|
|
|
RC_SRCS = explorer.rc
|
|
PO_SRCS = explorer.rc
|
|
|
|
@MAKE_PROG_RULES@
|