comdlg32: Fix some alignment issues in the Dutch translation.
[wine/hramrach.git] / dlls / appwiz.cpl / Makefile.in
blob92d6e71a0c2992de3b245ac75d7da1b60177cf9d
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = appwiz.cpl
6 IMPORTS = kernel32 comctl32 advapi32 shell32 user32 comdlg32
8 C_SRCS = \
9 appwiz.c
11 RC_SRCS = \
12 De.rc \
13 En.rc \
14 Es.rc \
15 Fr.rc \
16 It.rc \
17 Ja.rc \
18 Ko.rc \
19 Lt.rc \
20 Nl.rc \
21 No.rc \
22 Pt.rc \
23 Ro.rc \
24 Ru.rc \
25 Si.rc \
26 Sv.rc \
27 Zh.rc \
28 appwiz.rc
30 SVG_SRCS = \
31 appwiz.svg
33 @MAKE_DLL_RULES@