mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
6e92fca9b3
- Test case VT_BSTR, VT_LPSTR and VT_LPWSTR.
16 lines
251 B
Makefile
16 lines
251 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ole32.dll
|
|
IMPORTS = oleaut32 ole32 kernel32 ntdll
|
|
EXTRALIBS = -luuid
|
|
|
|
CTESTS = \
|
|
propvariant.c \
|
|
storage32.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|