repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement NtAccessCheck.
[wine/gsoc-2012-control.git]
/
dlls
/
shlwapi
/
Makefile.in
blob
4dbb8d20565eda98e858c13f02b66226f1131a29
1
EXTRADEFS
= -
D_SHLWAPI_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
shlwapi.dll
7
IMPORTLIB
=
libshlwapi.
$(
IMPLIBEXT
)
8
IMPORTS
=
ole32 user32 gdi32 advapi32 kernel32 ntdll
9
DELAYIMPORTS
=
oleaut32
10
EXTRALIBS
= -
luuid
$(
LIBUNICODE
)
11
12
C_SRCS
=
\
13
assoc.c \
14
clist.c \
15
istream.c \
16
msgbox.c \
17
ordinal.c \
18
path.c \
19
reg.c \
20
regstream.c \
21
shlwapi_main.c \
22
stopwatch.c \
23
string.c \
24
thread.c \
25
url.c \
26
wsprintf.c
27
28
RC_SRCS
=
\
29
shlwapi.rc
30
31
SUBDIRS
=
tests
32
33
@MAKE_DLL_RULES@
34
35
### Dependencies: