ddraw: Explicitly check for the IDirectDrawColorControl interface in ddraw_surface7_Q...
[wine] / dlls / shdocvw / Makefile.in
1 EXTRADEFS = -D_SHDOCVW_
2 MODULE    = shdocvw.dll
3 IMPORTLIB = shdocvw
4 IMPORTS   = uuid shlwapi
5 DELAYIMPORTS = version ole32 oleaut32 ieframe
6
7 C_SRCS = \
8         shdocvw_main.c \
9         shlinstobj.c
10
11 RC_SRCS = \
12         shdocvw.rc
13
14 IDL_TLB_SRCS = shdocvw_v1.idl
15
16 @MAKE_DLL_RULES@