mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:21:14 +00:00
d8a74e5cf9
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>
14 lines
265 B
Makefile
14 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
|