wine/dlls/shell32/Makefile.in
Alexandre Julliard 1dc551cf6b Authors: Kai Morich <kai.morich@bigfoot.de>, Marcus Meissner <marcus@jet.franken.de>
Added systray support.
Swallow the windows systray icons into kpanel systray if KDE/KWM is
running.
1999-12-11 23:54:59 +00:00

53 lines
711 B
Makefile

DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = shell32
WRCEXTRA = -s -p$(MODULE)
SPEC_SRCS = \
shell.spec \
shell32.spec \
shlwapi.spec
C_SRCS = \
brsfolder.c \
classes.c \
contmenu.c \
dataobject.c \
enumidlist.c \
folders.c \
iconcache.c \
memorystream.c \
pidl.c \
regstream.c \
shell32_main.c \
shell.c \
shellguid.c \
shelllink.c \
shlmenu.c \
shellole.c \
shellord.c \
shellpath.c \
shlfolder.c \
shlview.c \
shpolicy.c \
shv_bg_cmenu.c \
systray.c
RC_SRCS= \
shres.rc
#GEN_ASM_SRCS = \
# shellres.s
all: check_wrc $(MODULE).o
@MAKE_RULES@
$(RC_SRCS:.rc=.s): $(WRC)
### Dependencies: