mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
TESTDLL = amstream.dll
|
|
IMPORTS = quartz ddraw oleaut32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
amstream.c
|
|
|
|
@MAKE_TEST_RULES@
|