mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 02:07:16 +00:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
MODULE = cryptnet.dll
|
|
IMPORTLIB = cryptnet
|
|
IMPORTS = crypt32
|
|
DELAYIMPORTS = wininet
|
|
|
|
C_SRCS = \
|
|
cryptnet_main.c
|