Makefile.in 184 Bytes
Newer Older
1
MODULE    = dinput8.dll
2
IMPORTLIB = dinput8
3
IMPORTS   = uuid dxguid dinput ole32 advapi32
4 5

C_SRCS = \
6 7 8
	dinput8_main.c

IDL_R_SRCS = dinput8.idl
9

Tom Wickline's avatar
Tom Wickline committed
10 11
RC_SRCS = version.rc

12
@MAKE_DLL_RULES@