dplayx: Code to forward player creation
[wine/gsoc_dplay.git] / dlls / cryptdlg / Makefile.in
blob0cc2d3f9f75d199148f935f4ed7039ef93f0d591
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = cryptdlg.dll
6 IMPORTS = cryptui crypt32 wintrust user32 advapi32 kernel32
8 C_SRCS = \
9 main.c
11 RC_SRCS = \
12 cryptdlg_De.rc \
13 cryptdlg_En.rc \
14 cryptdlg_Fr.rc \
15 cryptdlg_Ko.rc \
16 cryptdlg_Lt.rc \
17 cryptdlg_Nl.rc \
18 cryptdlg_Pt.rc \
19 cryptdlg_Ro.rc
21 @MAKE_DLL_RULES@
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend