repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20000326.
[wine/gsoc-2012-control.git]
/
dlls
/
shell32
/
Makefile.in
blob
8d3046f990fe785c50ac3ff1a6d4e53688433d89
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
shell32
6
SOVERSION
=
1.0
7
ALTNAMES
=
shell
shlwapi
8
IMPORTS
=
ole32 comctl32 winmm
9
WRCEXTRA
= -
s
-
p
$(
MODULE
)
10
11
SPEC_SRCS
=
\
12
shell
.spec \
13
shell32.spec \
14
shlwapi.spec
15
16
C_SRCS
=
\
17
brsfolder.c \
18
changenotify.c \
19
classes.c \
20
clipboard.c \
21
dataobject.c \
22
enumidlist.c \
23
folders.c \
24
iconcache.c \
25
memorystream.c \
26
pidl.c \
27
regstream.c \
28
shell32_main.c \
29
shell
.c \
30
shellguid.c \
31
shelllink.c \
32
shlmenu.c \
33
shellole.c \
34
shellord.c \
35
shellpath.c \
36
shlfileop.c \
37
shlfolder.c \
38
shlview.c \
39
shpolicy.c \
40
shv_bg_cmenu.c \
41
shv_item_cmenu.c \
42
systray.c
43
44
RC_SRCS
=
\
45
shres.rc
46
47
@MAKE_DLL_RULES@
48
49
all
:
check_wrc
50
51
### Dependencies:
52