projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved various DLLs to dlls/
[wine]
/
dlls
/
shell32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = shell32
7
WRCEXTRA = -s -p$(MODULE)
8
9
SPEC_SRCS = shell32.spec shell.spec
10
GLUE = shell.spec.c
11
12
C_SRCS = \
13
brsfolder.c \
14
classes.c \
15
contmenu.c \
16
dataobject.c \
17
enumidlist.c \
18
folders.c \
19
iconcache.c \
20
memorystream.c \
21
pidl.c \
22
regstream.c \
23
shell32_main.c \
24
shell.c \
25
shellguid.c \
26
shelllink.c \
27
shlmenu.c \
28
shellole.c \
29
shellord.c \
30
shellpath.c \
31
shlfolder.c \
32
shlview.c \
33
shv_bg_cmenu.c
34
35
RC_SRCS= \
36
shres.rc
37
38
#GEN_ASM_SRCS = \
39
# shellres.s
40
41
all: check_wrc $(MODULE).o
42
43
@MAKE_RULES@
44
45
$(RC_SRCS:.rc=.s): $(WRC)
46
47
### Dependencies:
48