mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
7 lines
91 B
Makefile
7 lines
91 B
Makefile
MODULE = cryptdll.dll
|
|
IMPORTLIB = cryptdll
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
cryptdll.c
|