projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix the VarXxxFromCy conversions.
[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
control.c \
18
dataobject.c \
19
dialogs.c \
20
enumidlist.c \
21
folders.c \
22
iconcache.c \
23
memorystream.c \
24
pidl.c \
25
shell32_main.c \
26
shell.c \
27
shelllink.c \
28
shlmenu.c \
29
shellole.c \
30
shellord.c \
31
shellpath.c \
32
shellstring.c \
33
shellreg.c \
34
shlfileop.c \
35
shlfolder.c \
36
shlview.c \
37
shpolicy.c \
38
shv_bg_cmenu.c \
39
shv_item_cmenu.c \
40
systray.c
41
42
RC_SRCS= \
43
shres.rc
44
45
@MAKE_DLL_RULES@
46
47
### Dependencies:
48