Sweden-Number/dlls/dinput8/Makefile.in

19 lines
372 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dinput8.dll
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
C_SRCS = \
dinput8_main.c \
regsvr.c
2004-05-13 01:17:33 +02:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend