projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
[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
C_SRCS = \
11
advapi.c \
12
crypt.c \
13
eventlog.c \
14
registry.c \
15
security.c \
16
service.c
17
18
SUBDIRS = tests
19
20
@MAKE_DLL_RULES@
21
22
### Dependencies: