mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
60e10a0571
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
141 B
Makefile
7 lines
141 B
Makefile
MODULE = cryptnet.dll
|
|
IMPORTLIB = cryptnet
|
|
IMPORTS = crypt32 shell32 ole32 advapi32
|
|
DELAYIMPORTS = wininet
|
|
|
|
C_SRCS = \
|
|
cryptnet_main.c
|