mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
TESTDLL = explorerframe.dll
|
|
IMPORTS = uuid shell32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
nstc.c
|
|
|
|
@MAKE_TEST_RULES@
|