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
d3dx9: Complete test for D3DXCreateSphere.
[wine.git]
/
dlls
/
advapi32
/
Makefile.in
blob
2bb5c54b57f56ef03c39085a184caaadb973a7e9
1
EXTRADEFS
= -
D_ADVAPI32_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
advapi32.dll
7
IMPORTLIB
=
advapi32
8
DELAYIMPORTS
=
rpcrt4
9
EXTRALIBS
=
@SECURITYLIB@
10
11
C_SRCS
=
\
12
advapi.c \
13
cred.c \
14
crypt.c \
15
crypt_arc4.c \
16
crypt_des.c \
17
crypt_lmhash.c \
18
crypt_md4.c \
19
crypt_md5.c \
20
crypt_sha.c \
21
eventlog.c \
22
lsa.c \
23
registry.c \
24
security.c \
25
service.c
26
27
IDL_C_SRCS
=
svcctl.idl
28
29
RC_SRCS
=
version.rc
30
31
@MAKE_DLL_RULES@