mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 10:29:19 +00:00
8 lines
85 B
Makefile
8 lines
85 B
Makefile
TESTDLL = rsaenh.dll
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
rsaenh.c
|
|
|
|
@MAKE_TEST_RULES@
|