mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
8 lines
85 B
Makefile
8 lines
85 B
Makefile
TESTDLL = dpnet.dll
|
|
IMPORTS = dpnet ole32
|
|
|
|
C_SRCS = \
|
|
peer.c
|
|
|
|
@MAKE_TEST_RULES@
|