2008-04-10 11:16:01 -07:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = cryptui.dll
|
2009-01-07 16:32:45 -08:00
|
|
|
IMPORTS = uuid crypt32 ole32 comctl32 comdlg32 user32 gdi32 advapi32 kernel32
|
2008-12-17 08:51:27 -08:00
|
|
|
DELAYIMPORTS = wintrust urlmon
|
2008-09-19 16:59:03 -07:00
|
|
|
IMPORTLIB = cryptui
|
2008-04-10 11:16:01 -07:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
main.c
|
|
|
|
|
2009-07-02 12:32:59 +02:00
|
|
|
RC_SRCS = \
|
|
|
|
cryptui.rc \
|
|
|
|
cryptui_De.rc \
|
|
|
|
cryptui_En.rc \
|
|
|
|
cryptui_Fr.rc \
|
|
|
|
cryptui_Ko.rc \
|
2009-07-05 14:39:08 +03:00
|
|
|
cryptui_Lt.rc \
|
2009-07-22 12:20:53 -07:00
|
|
|
cryptui_Nl.rc \
|
|
|
|
cryptui_Pt.rc
|
2008-12-16 09:45:30 -08:00
|
|
|
|
2008-04-10 11:16:01 -07:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|