dsound: Add eax properties
[wine/multimedia.git] / dlls / sti / Makefile.in
blob9149cf433c413e107b17efa4b9fa44fc99ef9f7d
1 MODULE = sti.dll
2 IMPORTLIB = sti
3 IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32
4 EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
6 C_SRCS = \
7 sti.c \
8 sti_main.c
10 IDL_P_SRCS = \
11 sti_wia.idl
13 IDL_R_SRCS = \
14 sti_wia.idl
16 EXTRA_OBJS = dlldata.o
18 @MAKE_DLL_RULES@