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