19 lines
334 B
Makefile
19 lines
334 B
Makefile
TESTDLL = advapi32.dll
|
|
IMPORTS = ole32 advapi32
|
|
EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS
|
|
|
|
C_SRCS = \
|
|
cred.c \
|
|
crypt.c \
|
|
crypt_lmhash.c \
|
|
crypt_md4.c \
|
|
crypt_md5.c \
|
|
crypt_sha.c \
|
|
eventlog.c \
|
|
lsa.c \
|
|
registry.c \
|
|
security.c \
|
|
service.c
|
|
|
|
@MAKE_TEST_RULES@
|