Makefile.in 340 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = dinput8.dll
6
IMPORTLIB = dinput8
7
IMPORTS   = uuid dxguid dinput ole32 advapi32 kernel32
8 9

C_SRCS = \
10 11
	dinput8_main.c \
	regsvr.c
12

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

15 16
@MAKE_DLL_RULES@

17
@DEPENDENCIES@  # everything below this line is overwritten by make depend