wordpad: Fix the errors in the Chinese (Traditional) resources.
[wine/hacks.git] / dlls / oleacc / Makefile.in
blob5e2d50561c8a8de67c42d4d259e97219da202772
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = oleacc.dll
6 IMPORTLIB = oleacc
7 IMPORTS = user32 kernel32
9 C_SRCS = \
10 main.c
12 RC_SRCS = \
13 oleacc_De.rc \
14 oleacc_En.rc \
15 oleacc_Fr.rc \
16 oleacc_Hu.rc \
17 oleacc_It.rc \
18 oleacc_Ko.rc \
19 oleacc_Lt.rc \
20 oleacc_Nl.rc \
21 oleacc_No.rc \
22 oleacc_Pl.rc \
23 oleacc_Pt.rc \
24 oleacc_Ro.rc \
25 oleacc_Si.rc \
26 oleacc_Uk.rc
28 @MAKE_DLL_RULES@