mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
7 lines
142 B
Makefile
7 lines
142 B
Makefile
MODULE = cryptnet.dll
|
|
IMPORTLIB = cryptnet
|
|
IMPORTS = crypt32 shell32 ole32 advapi32
|
|
DELAYIMPORTS = wininet
|
|
|
|
SOURCES = \
|
|
cryptnet_main.c
|