2004-08-11 02:17:52 +02:00
|
|
|
TESTDLL = ole32.dll
|
2018-10-11 19:11:44 +02:00
|
|
|
IMPORTS = oleaut32 ole32 user32 uuid gdi32 advapi32
|
2004-08-11 02:17:52 +02:00
|
|
|
|
2019-10-29 14:36:04 +01:00
|
|
|
SOURCES = \
|
2006-03-22 06:05:14 +01:00
|
|
|
clipboard.c \
|
2005-06-20 12:33:17 +02:00
|
|
|
compobj.c \
|
2008-10-27 16:19:16 +01:00
|
|
|
defaulthandler.c \
|
2007-04-05 12:31:51 +02:00
|
|
|
dragdrop.c \
|
2007-01-10 23:56:30 +01:00
|
|
|
errorinfo.c \
|
2006-09-11 12:11:19 +02:00
|
|
|
hglobalstream.c \
|
2004-12-21 15:51:27 +01:00
|
|
|
marshal.c \
|
|
|
|
moniker.c \
|
2006-08-31 18:17:03 +02:00
|
|
|
ole2.c \
|
2013-06-06 11:36:40 +02:00
|
|
|
ole_server.c \
|
2004-09-03 03:04:38 +02:00
|
|
|
propvariant.c \
|
2005-04-11 16:30:24 +02:00
|
|
|
stg_prop.c \
|
2006-12-18 00:45:55 +01:00
|
|
|
storage32.c \
|
2019-10-29 14:36:04 +01:00
|
|
|
testlib.c \
|
|
|
|
testlib.spec \
|
2006-12-18 00:45:55 +01:00
|
|
|
usrmarshal.c
|