mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
f419880d64
versions of the CLSID & registry functions. - Reindent CoGetClassObject and output an error message if the class isn't registered. - Add tests for the touched functions.
20 lines
305 B
Makefile
20 lines
305 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ole32.dll
|
|
IMPORTS = oleaut32 ole32 user32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
CTESTS = \
|
|
compobj.c \
|
|
marshal.c \
|
|
moniker.c \
|
|
propvariant.c \
|
|
stg_prop.c \
|
|
storage32.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|