inetcpl.cpl: Update the Dutch translation.
[wine] / dlls / inetcpl.cpl / Makefile.in
1 MODULE    = inetcpl.cpl
2 IMPORTS   = comctl32 shlwapi user32 advapi32
3 DELAYIMPORTS = cryptui
4
5 C_SRCS = \
6         content.c \
7         general.c \
8         inetcpl.c
9
10 RC_SRCS = \
11         cpl_De.rc \
12         cpl_En.rc \
13         cpl_Fr.rc \
14         cpl_It.rc \
15         cpl_Ko.rc \
16         cpl_Lt.rc \
17         cpl_Nl.rc \
18         cpl_Pl.rc \
19         cpl_Si.rc \
20         cpl_Sv.rc \
21         cpl_Uk.rc \
22         inetcpl.rc
23
24 SVG_SRCS = \
25         inetcpl.svg
26
27 @MAKE_DLL_RULES@