mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
0af6002a3b
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
175 B
Makefile
12 lines
175 B
Makefile
MODULE = joy.cpl
|
|
IMPORTS = dxguid dinput dinput8 ole32 comctl32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = joy.rc
|
|
|
|
SVG_SRCS = \
|
|
joy.svg
|