shell32: Fix the errors in two Chinese (Simplified) resources.
[wine/hacks.git] / dlls / dxdiagn / Makefile.in
blobdd0d8daad286b4b140bd46c5076e1b45cbea2740
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dxdiagn.dll
6 IMPORTS = strmiids dxguid uuid ddraw version ole32 oleaut32 user32 advapi32 kernel32
8 C_SRCS = \
9 container.c \
10 dxdiag_main.c \
11 provider.c \
12 regsvr.c
14 RC_SRCS = version.rc
16 IDL_H_SRCS = fil_data.idl
18 @MAKE_DLL_RULES@