dplayx: Code to forward player creation
[wine/gsoc_dplay.git] / dlls / actxprxy / Makefile.in
blob005ec0f02e0e26f414b28035894b6d4a7208340e
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = actxprxy.dll
6 IMPORTS = rpcrt4 kernel32 ntdll
7 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_CLSID_IS="{ 0xb8da6310, 0xe19b, 0x11d0, { 0x93, 0x3c, 0x00, 0xa0, 0xc9, 0x0d, 0xca, 0xa9 } }"
9 EXTRA_OBJS = dlldata.o
11 C_SRCS = \
12 usrmarshal.c
14 IDL_I_SRCS = \
15 actxprxy_servprov.idl
17 IDL_P_SRCS = \
18 actxprxy_servprov.idl
20 @MAKE_DLL_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend