mirror of
https://github.com/reactos/wine.git
synced 2025-01-25 13:27:46 +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
|