wine/programs/explorer/Makefile.in
Jacek Caban d8a74e5cf9 explorer: Create clipboard manager thread when creating a desktop.
Based on winex11.drv. Drivers that don't implement ClipboardWindowProc entry point will disable it by failing to create the window.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
2022-05-31 22:52:45 +02:00

15 lines
265 B
Makefile

MODULE = explorer.exe
IMPORTS = rpcrt4 user32 gdi32 advapi32 win32u
DELAYIMPORTS = comctl32 shell32 oleaut32 ole32 shlwapi
EXTRADLLFLAGS = -mwindows -municode
C_SRCS = \
appbar.c \
desktop.c \
explorer.c \
startmenu.c \
systray.c
RC_SRCS = explorer.rc