mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 13:26:00 +00:00
9 lines
102 B
Makefile
9 lines
102 B
Makefile
TESTDLL = hlink.dll
|
|
IMPORTS = hlink ole32
|
|
|
|
C_SRCS = \
|
|
browse_ctx.c \
|
|
hlink.c
|
|
|
|
@MAKE_TEST_RULES@
|