mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
10 lines
149 B
Makefile
10 lines
149 B
Makefile
MODULE = joy.cpl
|
|
IMPORTS = dxguid dinput dinput8 ole32 comctl32 user32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = joy.rc
|
|
PO_SRCS = joy.rc
|
|
|
|
@MAKE_DLL_RULES@
|