ntdll: Use a separate memory allocation for the kernel stack.
[wine.git] / dlls / dinput8 / Makefile.in
blob1d1b52c00acab70c7a44dc3fe3580a8ee3d7e0be
1 MODULE = dinput8.dll
2 IMPORTLIB = dinput8
3 IMPORTS = dinput8 dxguid uuid comctl32 ole32 user32 advapi32 hid setupapi
4 EXTRADEFS = -DDIRECTINPUT_VERSION=0x0800
5 PARENTSRC = ../dinput
7 C_SRCS = \
8 ansi.c \
9 config.c \
10 data_formats.c \
11 device.c \
12 dinput.c \
13 dinput_main.c \
14 joystick_hid.c \
15 keyboard.c \
16 mouse.c
18 IDL_SRCS = dinput8.idl
20 RC_SRCS = \
21 dinput.rc \
22 version.rc