dplayx: Code to forward player creation
[wine/gsoc_dplay.git] / dlls / credui / Makefile.in
blobf29278c571bd5392b016970e0d7b0d2529c46a69
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
9 C_SRCS = \
10 credui_main.c
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
31 @MAKE_DLL_RULES@
33 @DEPENDENCIES@ # everything below this line is overwritten by make depend