mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
7 lines
90 B
Makefile
7 lines
90 B
Makefile
TESTDLL = dxdiagn.dll
|
|
IMPORTS = oleaut32 ole32
|
|
|
|
C_SRCS = \
|
|
container.c \
|
|
provider.c
|