projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
[wine]
/
dlls
/
shell32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = shell32
6
SOVERSION = 1.0
7
ALTNAMES = shell shlwapi shfolder
8
IMPORTS = ole32
9
10
C_SRCS = \
11
brsfolder.c \
12
changenotify.c \
13
classes.c \
14
clipboard.c \
15
dataobject.c \
16
dialogs.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
shellstring.c \
32
shellreg.c \
33
shlfileop.c \
34
shlfolder.c \
35
shlview.c \
36
shpolicy.c \
37
shv_bg_cmenu.c \
38
shv_item_cmenu.c \
39
systray.c
40
41
RC_SRCS= \
42
shres.rc
43
44
@MAKE_DLL_RULES@
45
46
all: check_wrc
47
48
### Dependencies:
49