wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / actxprxy / Makefile.in
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 } }"
8
9 EXTRA_OBJS = dlldata.o
10
11 C_SRCS = \
12         usrmarshal.c
13
14 IDL_I_SRCS = \
15         actxprxy_servprov.idl
16
17 IDL_P_SRCS = \
18         actxprxy_servprov.idl
19
20 @MAKE_DLL_RULES@
21
22 @DEPENDENCIES@  # everything below this line is overwritten by make depend