mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
17 lines
233 B
Makefile
17 lines
233 B
Makefile
TESTDLL = advapi32.dll
|
|
IMPORTS = advapi32 user32
|
|
|
|
SOURCES = \
|
|
cred.c \
|
|
crypt.c \
|
|
crypt_lmhash.c \
|
|
crypt_md4.c \
|
|
crypt_md5.c \
|
|
crypt_sha.c \
|
|
eventlog.c \
|
|
lsa.c \
|
|
perf.c \
|
|
registry.c \
|
|
rsrc.rc \
|
|
security.c \
|
|
service.c
|