mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
8 lines
88 B
Makefile
8 lines
88 B
Makefile
TESTDLL = services.exe
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
service.c
|
|
|
|
@MAKE_TEST_RULES@
|