shell32: Fix the errors in two Chinese (Simplified) resources.
[wine/hacks.git] / dlls / setupx.dll16 / Makefile.in
blob73cecccc121bf762e9e1c6f0f522eb34c5c20517
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = setupx.dll16
6 IMPORTS = setupapi user32 advapi32 kernel32 kernel
8 EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,setupapi.dll
10 C_SRCS = \
11 devinst16.c \
12 infparse.c \
13 setupx_main.c \
14 virtcopy.c
16 @MAKE_DLL_RULES@