mirror of
https://github.com/reactos/wine.git
synced 2025-01-05 18:49:06 +00:00
9 lines
86 B
Makefile
9 lines
86 B
Makefile
TESTDLL = sxs.dll
|
|
IMPORTS = sxs
|
|
|
|
C_SRCS = \
|
|
cache.c \
|
|
name.c
|
|
|
|
@MAKE_TEST_RULES@
|