Added rules for building import libraries in the individual dll
[wine.git] / dlls / dinput / Makefile.in
bloba68c5912e4170893fecbf81899884ec04665ed3c
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dinput.dll
6 IMPORTLIB = libdinput.$(IMPLIBEXT)
7 IMPORTS = ole32 user32 advapi32 kernel32
8 EXTRALIBS = -ldxguid -luuid
10 C_SRCS = \
11 data_formats.c \
12 device.c \
13 dinput_main.c \
14 joystick_linux.c \
15 joystick_linuxinput.c \
16 keyboard.c \
17 mouse.c \
18 regsvr.c
20 IMPLIB_SRCS = data_formats.c
22 RC_SRCS = version.rc
24 @MAKE_DLL_RULES@
26 ### Dependencies: