makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / inetcpl.cpl / Makefile.in
1 MODULE    = inetcpl.cpl
2
3 C_SRCS = \
4         inetcpl.c
5
6 RC_SRCS = \
7         cpl_De.rc \
8         cpl_En.rc \
9         cpl_Fr.rc \
10         cpl_It.rc \
11         cpl_Ko.rc \
12         cpl_Lt.rc \
13         cpl_Nl.rc \
14         cpl_Si.rc \
15         cpl_Sv.rc \
16         inetcpl.rc
17
18 SVG_SRCS = \
19         inetcpl.svg
20
21 @MAKE_DLL_RULES@