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
Added YUV routines needed for v4l driver, and in the future possibly
[wine/gsoc-2012-control.git]
/
dlls
/
advapi32
/
Makefile.in
blob
3e4cea62f5c40643a5f2839387f523ccfd971dda
1
EXTRADEFS
= -
D_ADVAPI32_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
advapi32.dll
7
IMPORTLIB
=
libadvapi32.
$(
IMPLIBEXT
)
8
IMPORTS
=
kernel32 ntdll
9
EXTRALIBS
= $(
LIBUNICODE
)
10
11
C_SRCS
=
\
12
advapi.c \
13
crypt.c \
14
crypt_des.c \
15
crypt_lmhash.c \
16
crypt_md4.c \
17
crypt_md5.c \
18
crypt_sha.c \
19
eventlog.c \
20
registry.c \
21
security.c \
22
service.c
23
24
SUBDIRS
=
tests
25
26
@MAKE_DLL_RULES@
27
28
### Dependencies: