2006-08-06 05:09:06 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = hid.dll
|
|
|
|
IMPORTLIB = libhid.$(IMPLIBEXT)
|
|
|
|
IMPORTS = kernel32 ntdll
|
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
main.c
|
|
|
|
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|