mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
10 lines
136 B
Makefile
10 lines
136 B
Makefile
MODULE = cryptnet.dll
|
|
IMPORTLIB = cryptnet
|
|
IMPORTS = crypt32
|
|
DELAYIMPORTS = wininet
|
|
|
|
C_SRCS = \
|
|
cryptnet_main.c
|
|
|
|
@MAKE_DLL_RULES@
|