mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
c834e6a96f
Implemented PICTYPE_NONE loading. Cleaned up stream loading, handle "lt" magic. Fixed some small problems exposed by tests against native.
20 lines
296 B
Makefile
20 lines
296 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = oleaut32.dll
|
|
IMPORTS = oleaut32 ole32 gdi32
|
|
EXTRALIBS = -luuid
|
|
|
|
CTESTS = \
|
|
olefont.c \
|
|
olepicture.c \
|
|
safearray.c \
|
|
typelib.c \
|
|
vartest.c \
|
|
vartype.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|