makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / oleacc / Makefile.in
1 MODULE    = oleacc.dll
2 IMPORTLIB = oleacc
3 IMPORTS   = user32
4
5 C_SRCS = \
6         main.c
7
8 RC_SRCS = \
9         oleacc_De.rc \
10         oleacc_En.rc \
11         oleacc_Fr.rc \
12         oleacc_Hu.rc \
13         oleacc_It.rc \
14         oleacc_Ko.rc \
15         oleacc_Lt.rc \
16         oleacc_Nl.rc \
17         oleacc_No.rc \
18         oleacc_Pl.rc \
19         oleacc_Pt.rc \
20         oleacc_Ro.rc \
21         oleacc_Si.rc \
22         oleacc_Uk.rc
23
24 @MAKE_DLL_RULES@