mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 05:45:56 +00:00
8 lines
97 B
Makefile
8 lines
97 B
Makefile
TESTDLL = cryptnet.dll
|
|
IMPORTS = cryptnet crypt32
|
|
|
|
C_SRCS = \
|
|
cryptnet.c
|
|
|
|
@MAKE_TEST_RULES@
|