Makefile.in 498 Bytes
Newer Older
Juan Lang's avatar
Juan Lang committed
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = cryptui.dll
6
IMPORTS   = uuid crypt32 ole32 comctl32 comdlg32 user32 gdi32 advapi32 kernel32
7
DELAYIMPORTS = wintrust urlmon
Juan Lang's avatar
Juan Lang committed
8
IMPORTLIB = cryptui
Juan Lang's avatar
Juan Lang committed
9 10 11 12

C_SRCS = \
	main.c

13 14 15 16 17 18
RC_SRCS = \
	cryptui.rc \
	cryptui_De.rc \
	cryptui_En.rc \
	cryptui_Fr.rc \
	cryptui_Ko.rc \
19
	cryptui_Lt.rc \
20 21
	cryptui_Nl.rc \
	cryptui_Pt.rc
22

Juan Lang's avatar
Juan Lang committed
23 24 25
@MAKE_DLL_RULES@

@DEPENDENCIES@  # everything below this line is overwritten by make depend