makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / appwiz.cpl / Makefile.in
1 MODULE    = appwiz.cpl
2 IMPORTS   = comctl32 advapi32 shell32 user32 comdlg32
3
4 C_SRCS = \
5         appwiz.c
6
7 RC_SRCS = \
8         Da.rc \
9         De.rc \
10         En.rc \
11         Es.rc \
12         Fr.rc \
13         Hu.rc \
14         It.rc \
15         Ja.rc \
16         Ko.rc \
17         Lt.rc \
18         Nl.rc \
19         No.rc \
20         Pl.rc \
21         Pt.rc \
22         Ro.rc \
23         Ru.rc \
24         Si.rc \
25         Sr.rc \
26         Sv.rc \
27         Uk.rc \
28         Zh.rc \
29         appwiz.rc
30
31 SVG_SRCS = \
32         appwiz.svg
33
34 @MAKE_DLL_RULES@