2007-01-22 22:48:51 +01:00
|
|
|
MODULE = credui.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = credui
|
2010-07-21 13:24:34 +02:00
|
|
|
IMPORTS = comctl32 user32 advapi32
|
2007-01-22 22:48:51 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
credui_main.c
|
|
|
|
|
2009-07-02 00:33:27 +02:00
|
|
|
RC_SRCS = \
|
|
|
|
credui.rc \
|
|
|
|
credui_Da.rc \
|
|
|
|
credui_De.rc \
|
|
|
|
credui_En.rc \
|
|
|
|
credui_Es.rc \
|
|
|
|
credui_Fr.rc \
|
2010-10-08 09:03:11 +02:00
|
|
|
credui_He.rc \
|
2010-06-28 20:48:33 +02:00
|
|
|
credui_Hu.rc \
|
2010-01-31 11:55:43 +01:00
|
|
|
credui_It.rc \
|
2011-02-26 12:31:20 +01:00
|
|
|
credui_Ja.rc \
|
2009-07-02 00:33:27 +02:00
|
|
|
credui_Ko.rc \
|
|
|
|
credui_Lt.rc \
|
|
|
|
credui_Nl.rc \
|
|
|
|
credui_No.rc \
|
|
|
|
credui_Pl.rc \
|
|
|
|
credui_Pt.rc \
|
|
|
|
credui_Ro.rc \
|
|
|
|
credui_Ru.rc \
|
|
|
|
credui_Si.rc \
|
2010-10-26 13:29:05 +02:00
|
|
|
credui_Sr.rc \
|
2009-07-02 00:33:27 +02:00
|
|
|
credui_Sv.rc \
|
2010-01-24 20:43:55 +01:00
|
|
|
credui_Uk.rc \
|
2009-07-02 00:33:27 +02:00
|
|
|
credui_Zh.rc
|
2007-01-22 22:50:12 +01:00
|
|
|
|
2011-01-12 15:19:02 +01:00
|
|
|
PO_SRCS = credui.rc
|
|
|
|
|
2010-04-24 15:06:15 +02:00
|
|
|
SVG_SRCS = \
|
|
|
|
banner.svg
|
|
|
|
|
2007-01-22 22:48:51 +01:00
|
|
|
@MAKE_DLL_RULES@
|