mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
11 lines
146 B
Makefile
11 lines
146 B
Makefile
MODULE = cryptowinrt.dll
|
|
IMPORTS = combase bcrypt uuid
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
credentials.c \
|
|
main.c
|
|
|
|
IDL_SRCS = \
|
|
classes.idl \
|
|
provider.idl
|