projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Janitorial. Get rid of W->A calls.
[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
IMPORTS = kernel32 ntdll
8
EXTRALIBS = $(LIBUNICODE)
9
10
LDDLLFLAGS = @LDDLLFLAGS@
11
SYMBOLFILE = $(MODULE).tmp.o
12
13
C_SRCS = \
14
advapi.c \
15
crypt.c \
16
eventlog.c \
17
registry.c \
18
security.c \
19
service.c
20
21
SUBDIRS = tests
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: