Makefile.in 279 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = dinput8.dll
6
IMPORTLIB = libdinput8.$(IMPLIBEXT)
7
IMPORTS   = dinput kernel32
8
EXTRALIBS = -luuid
9 10 11 12

C_SRCS = \
	dinput8_main.c

Tom Wickline's avatar
Tom Wickline committed
13 14
RC_SRCS = version.rc

15 16 17
@MAKE_DLL_RULES@

### Dependencies: