mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
bba5423d0f
kernel32 imports that it requires.
17 lines
279 B
Makefile
17 lines
279 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dinput8.dll
|
|
IMPORTLIB = libdinput8.$(IMPLIBEXT)
|
|
IMPORTS = dinput kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
dinput8_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|