wine-wine/dlls/cryptui/Makefile.in

26 lines
498 B
Makefile
Raw Normal View History

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