wine/dlls/shell32/Makefile.in
Juergen Schmied bcd05e9920 Moved existing path - functions to shellpatch.c.
New: PathRemoveBlanks32A|W,  PathMatchSpec32A|W,
PathSetDlgItemPath32A|W.
1998-11-25 16:47:05 +00:00

36 lines
486 B
Makefile

DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = shell32
WRCEXTRA = -A -p $*
C_SRCS = \
classes.c \
contmenu.c \
dataobject.c \
enumidlist.c \
folders.c \
iconcache.c \
pidl.c \
shell32_main.c \
shelllink.c \
shellole.c \
shellord.c \
shellpath.c \
shlfolder.c \
shlview.c
# RC_SRCS = \
# shres.rc
all: check_wrc $(MODULE).o
@MAKE_RULES@
$(RC_SRCS:.rc=.s): $(WRC)
### Dependencies: