1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = cryptdlg.dll
6 IMPORTS = cryptui crypt32 wintrust user32 advapi32 kernel32
7
8 C_SRCS = \
9 main.c
10
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
20
21 @MAKE_DLL_RULES@
22
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.