projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ole32: Always rewind the stream in StdGlobalInterfaceTable_GetInterfaceFromGlobal
[wine]
/
dlls
/
advapi32
/
Makefile.in
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_arc4.c \
15
crypt_des.c \
16
crypt_lmhash.c \
17
crypt_md4.c \
18
crypt_md5.c \
19
crypt_sha.c \
20
eventlog.c \
21
lsa.c \
22
registry.c \
23
security.c \
24
service.c
25
26
SUBDIRS = tests
27
28
@MAKE_DLL_RULES@
29
30
### Dependencies: