repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implemented SHCreateShellFolderViewEx.
[wine.git]
/
dlls
/
ntdll
/
Makefile.in
blob
f8748f46295ca784b46a87e9e18d6e08d8a8de37
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
ntdll
7
8
C_SRCS
=
\
9
exception.c \
10
file.c \
11
nt.c \
12
om.c \
13
reg.c \
14
rtl.c \
15
rtlstr.c \
16
sec.c \
17
sync.c \
18
time.c
19
20
all
: $(
MODULE
)
.o
21
22
@MAKE_RULES@
23
24
### Dependencies:
25