mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
22 lines
446 B
Makefile
22 lines
446 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = explorer.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
|
|
DELAYIMPORTS = comctl32
|
|
EXTRADEFS = @HALINCL@
|
|
EXTRALIBS = @DISKARBITRATIONLIB@
|
|
|
|
C_SRCS = \
|
|
desktop.c \
|
|
device.c \
|
|
diskarb.c \
|
|
explorer.c \
|
|
hal.c \
|
|
systray.c
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|