mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
10 lines
146 B
Makefile
10 lines
146 B
Makefile
MODULE = joy.cpl
|
|
IMPORTS = dxguid dinput dinput8 ole32 comctl32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = joy.rc
|
|
|
|
SVG_SRCS = \
|
|
joy.svg
|