mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
TESTDLL = inetcomm.dll
|
|
IMPORTS = inetcomm oleaut32 ole32
|
|
|
|
C_SRCS = \
|
|
mimeintl.c \
|
|
mimeole.c
|
|
|
|
@MAKE_TEST_RULES@
|