repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved menu resources to rc-file.
[wine/multimedia.git]
/
dlls
/
shell32
/
Makefile.in
blob
6b149c45376b1c3b3b8e504f7e63a808eb822bc0
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