2002-06-14 02:39:44 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = dinput8.dll
|
2005-05-09 16:42:30 +02:00
|
|
|
IMPORTLIB = libdinput8.$(IMPLIBEXT)
|
2006-07-20 12:42:23 +02:00
|
|
|
IMPORTS = dinput ole32 advapi32 kernel32
|
2006-05-06 20:45:11 +02:00
|
|
|
EXTRALIBS = -luuid -ldxguid
|
2002-06-14 02:39:44 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2007-01-05 18:48:18 +01:00
|
|
|
dinput8_main.c \
|
|
|
|
regsvr.c
|
2002-06-14 02:39:44 +02:00
|
|
|
|
2004-05-13 01:17:33 +02:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2002-06-14 02:39:44 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|