fusion: Use inline wrappers for calling COM methods.
[wine/multimedia.git] / dlls / fusion / Makefile.in
blob2fe64928392ff927a77e2c3c73de4d05743728a9
1 MODULE = fusion.dll
2 IMPORTS = advapi32 dbghelp shlwapi version user32
3 EXTRADEFS = -DWIDL_C_INLINE_WRAPPERS
5 C_SRCS = \
6 asmcache.c \
7 asmenum.c \
8 asmname.c \
9 assembly.c \
10 fusion.c \
11 fusion_main.c
13 RC_SRCS = version.rc
15 @MAKE_DLL_RULES@