mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +00:00
15 lines
234 B
Makefile
15 lines
234 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = joystick.drv
|
|
IMPORTS = winmm user32 kernel32
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
C_SRCS = \
|
|
joystick.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|