wine/dlls/hid/Makefile.in
2010-07-21 17:38:36 +02:00

13 lines
181 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = hid.dll
IMPORTLIB = hid
C_SRCS = \
main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@