projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
shell32: Merge ShellView menu implementations into a single file.
[wine]
/
dlls
/
shell32
/
Makefile.in
1
EXTRADEFS = -D_SHELL32_ -DCOM_NO_WINDOWS_H
2
MODULE = shell32.dll
3
IMPORTLIB = shell32
4
IMPORTS = uuid shlwapi comctl32 user32 gdi32 advapi32
5
DELAYIMPORTS = ole32 oleaut32 shdocvw version
6
7
C_SRCS = \
8
appbar.c \
9
assoc.c \
10
autocomplete.c \
11
brsfolder.c \
12
changenotify.c \
13
classes.c \
14
clipboard.c \
15
control.c \
16
cpanelfolder.c \
17
dataobject.c \
18
dde.c \
19
debughlp.c \
20
dialogs.c \
21
dragdrophelper.c \
22
ebrowser.c \
23
enumidlist.c \
24
folders.c \
25
iconcache.c \
26
pidl.c \
27
recyclebin.c \
28
shell32_main.c \
29
shelldispatch.c \
30
shellitem.c \
31
shelllink.c \
32
shellole.c \
33
shellord.c \
34
shellpath.c \
35
shellreg.c \
36
shellstring.c \
37
shfldr_desktop.c \
38
shfldr_fs.c \
39
shfldr_mycomp.c \
40
shfldr_netplaces.c \
41
shfldr_printers.c \
42
shfldr_unixfs.c \
43
shlexec.c \
44
shlfileop.c \
45
shlfolder.c \
46
shlfsbind.c \
47
shlmenu.c \
48
shlview.c \
49
shlview_cmenu.c \
50
shpolicy.c \
51
systray.c \
52
trash.c \
53
xdg.c
54
55
RC_SRCS = shell32.rc
56
PO_SRCS = shell32.rc
57
58
IDL_TLB_SRCS = shell32_tlb.idl
59
60
IDL_R_SRCS = shell32_classes.idl
61
62
SVG_SRCS = \
63
cdrom.svg \
64
control.svg \
65
delete.svg \
66
desktop.svg \
67
document.svg \
68
drive.svg \
69
floppy.svg \
70
folder.svg \
71
folder_open.svg \
72
mycomputer.svg \
73
mydocs.svg \
74
netdrive.svg \
75
netdrive2.svg \
76
printer.svg \
77
ramdisk.svg \
78
shortcut.svg \
79
trash_file.svg
80
81
@MAKE_DLL_RULES@