projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved menu resources to rc-file.
[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 = -g -c
8
9
C_SRCS = \
10
classes.c \
11
contmenu.c \
12
dataobject.c \
13
enumidlist.c \
14
folders.c \
15
iconcache.c \
16
pidl.c \
17
shell32_main.c \
18
shelllink.c \
19
shellole.c \
20
shellord.c \
21
shellpath.c \
22
shlfolder.c \
23
shlview.c
24
25
RC_SRCS= \
26
shres.rc
27
28
#GEN_ASM_SRCS = \
29
# shellres.s
30
31
all: check_wrc $(MODULE).o
32
33
@MAKE_RULES@
34
35
$(RC_SRCS:.rc=.s): $(WRC)
36
37
### Dependencies:
38