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