1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = credui.dll
6 IMPORTLIB = credui
7 IMPORTS = comctl32 user32 advapi32 kernel32
8
9 C_SRCS = \
10 credui_main.c
11
12 RC_SRCS = \
13 credui.rc \
14 credui_Da.rc \
15 credui_De.rc \
16 credui_En.rc \
17 credui_Es.rc \
18 credui_Fr.rc \
19 credui_Ko.rc \
20 credui_Lt.rc \
21 credui_Nl.rc \
22 credui_No.rc \
23 credui_Pl.rc \
24 credui_Pt.rc \
25 credui_Ro.rc \
26 credui_Ru.rc \
27 credui_Si.rc \
28 credui_Sv.rc \
29 credui_Zh.rc
30
31 @MAKE_DLL_RULES@
32
33 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.