shell32: Fix the errors in two Chinese (Simplified) resources.
[wine/hacks.git] / dlls / dinput / Makefile.in
blobc84a44aff22aafa3275e3d71c19bc376e22e0c95
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dinput.dll
6 IMPORTLIB = dinput
7 IMPORTS = dxguid uuid ole32 user32 advapi32 kernel32
8 EXTRALIBS = @CARBONLIB@ @IOKITLIB@
10 C_SRCS = \
11 data_formats.c \
12 device.c \
13 dinput_main.c \
14 effect_linuxinput.c \
15 joystick.c \
16 joystick_linux.c \
17 joystick_linuxinput.c \
18 joystick_osx.c \
19 keyboard.c \
20 mouse.c \
21 regsvr.c
23 IMPLIB_SRCS = data_formats.c
25 RC_SRCS = version.rc
27 @MAKE_DLL_RULES@