mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
TESTDLL = dispex.dll
|
|
IMPORTS = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
marshal.c
|
|
|
|
@MAKE_TEST_RULES@
|