winhttp: Verify SSL policy of chains whose errors were ignored.
[wine/multimedia.git] / dlls / sti / Makefile.in
blobc72feba02cc3d14f654a7a8a895d2b4bc2c82cc7
1 MODULE = sti.dll
2 IMPORTLIB = sti
3 IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32
4 EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
6 C_SRCS = \
7 regsvr.c \
8 sti.c \
9 sti_main.c
11 IDL_P_SRCS = \
12 sti_wia.idl
14 EXTRA_OBJS = dlldata.o
16 @MAKE_DLL_RULES@