projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
PathFindNextComponent: return pointer to NULL and not NULL.
[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
8
IMPORTS = ole32
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
dialogs.c \
23
enumidlist.c \
24
folders.c \
25
iconcache.c \
26
memorystream.c \
27
pidl.c \
28
regstream.c \
29
shell32_main.c \
30
shell.c \
31
shellguid.c \
32
shelllink.c \
33
shlmenu.c \
34
shellole.c \
35
shellord.c \
36
shellpath.c \
37
shellstring.c \
38
shellreg.c \
39
shlfileop.c \
40
shlfolder.c \
41
shlview.c \
42
shpolicy.c \
43
shv_bg_cmenu.c \
44
shv_item_cmenu.c \
45
systray.c
46
47
RC_SRCS= \
48
shres.rc
49
50
@MAKE_DLL_RULES@
51
52
all: check_wrc
53
54
### Dependencies:
55