mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
10 lines
112 B
Makefile
10 lines
112 B
Makefile
TESTDLL = qedit.dll
|
|
IMPORTS = oleaut32 ole32
|
|
|
|
C_SRCS = \
|
|
mediadet.c
|
|
|
|
RC_SRCS = qedit.rc
|
|
|
|
@MAKE_TEST_RULES@
|