makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
[wine/wine-kai.git] / dlls / dinput8 / Makefile.in
blob0f09c2793b10fc6f8fd828fe4d9d19f14c5011e5
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dinput8.dll
6 IMPORTLIB = dinput8
7 IMPORTS = dinput ole32 advapi32 kernel32
8 EXTRALIBS = -luuid -ldxguid
10 C_SRCS = \
11 dinput8_main.c \
12 regsvr.c
14 RC_SRCS = version.rc
16 @MAKE_DLL_RULES@
18 @DEPENDENCIES@ # everything below this line is overwritten by make depend