wordpad: Add Ukrainian translations.
[wine/hacks.git] / dlls / cryptui / Makefile.in
blobd859f46db08820e648720b1ae8adabaa292530e4
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = cryptui.dll
6 IMPORTS = uuid crypt32 ole32 comctl32 comdlg32 user32 gdi32 advapi32 kernel32
7 DELAYIMPORTS = wintrust urlmon
8 IMPORTLIB = cryptui
10 C_SRCS = \
11 main.c
13 RC_SRCS = \
14 cryptui.rc \
15 cryptui_De.rc \
16 cryptui_En.rc \
17 cryptui_Fr.rc \
18 cryptui_Ko.rc \
19 cryptui_Lt.rc \
20 cryptui_Nl.rc \
21 cryptui_Pt.rc
23 @MAKE_DLL_RULES@
25 @DEPENDENCIES@ # everything below this line is overwritten by make depend