projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
[wine]
/
dlls
/
shell32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = shell32
6
ALTNAMES = shell
7
EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
brsfolder.c \
14
changenotify.c \
15
classes.c \
16
clipboard.c \
17
dataobject.c \
18
dialogs.c \
19
enumidlist.c \
20
folders.c \
21
iconcache.c \
22
memorystream.c \
23
pidl.c \
24
shell32_main.c \
25
shell.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
### Dependencies:
47