d3dcompiler_37: Stub dll.
[wine.git] / dlls / sti / Makefile.in
blobd9ef1a64559f5385352424adaf3ef00161ba68ab
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = sti.dll
6 IMPORTLIB = sti
7 IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32
8 EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
10 C_SRCS = \
11 regsvr.c \
12 sti.c \
13 sti_main.c
15 IDL_P_SRCS = \
16 sti_wia.idl
18 EXTRA_OBJS = dlldata.o
20 @MAKE_DLL_RULES@