mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
17 lines
234 B
Makefile
17 lines
234 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dinput8.dll
|
|
IMPORTS = dinput
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
dinput8_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|