TOPSRCDIR = @top_srcdir@ | |
TOPOBJDIR = ../.. | |
SRCDIR = @srcdir@ | |
VPATH = @srcdir@ | |
MODULE = oleaut32 | |
SOVERSION = 1.0 | |
IMPORTS = ole32 comctl32 winmm | |
SPEC_SRCS = oleaut32.spec ole2disp.spec typelib.spec | |
C_SRCS = \ | |
ole2disp.c \ | |
oleaut.c \ | |
olefont.c \ | |
parsedt.c \ | |
safearray.c \ | |
stubs.c \ | |
typelib.c \ | |
variant.c | |
@MAKE_DLL_RULES@ | |
### Dependencies: | |