2007-01-22 22:48:51 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = credui.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = credui
|
2007-11-17 18:30:19 +01:00
|
|
|
IMPORTS = comctl32 user32 advapi32 kernel32
|
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-01-31 11:55:43 +01:00
|
|
|
credui_It.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 \
|
|
|
|
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
|
|
|
|
2010-04-24 15:06:15 +02:00
|
|
|
SVG_SRCS = \
|
|
|
|
banner.svg
|
|
|
|
|
2007-01-22 22:48:51 +01:00
|
|
|
@MAKE_DLL_RULES@
|