mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
088a787a2c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
183 B
Makefile
12 lines
183 B
Makefile
MODULE = joy.cpl
|
|
IMPORTS = dxguid dinput dinput8 ole32 comctl32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = joy.rc
|
|
|
|
SVG_SRCS = \
|
|
joy.svg
|