mirror of
https://github.com/reactos/wine.git
synced 2025-03-04 02:37:09 +00:00
15 lines
212 B
Makefile
15 lines
212 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dinput8.dll
|
|
IMPORTS = dinput
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
dinput8_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|