23 lines
440 B
Makefile
23 lines
440 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = explorer.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = 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
|