wine/dlls/dinput8/Makefile.in
Alexandre Julliard bba5423d0f Uncomment out DisableThreadLibraryCalls in DllMain and add the
kernel32 imports that it requires.
2005-08-29 15:11:37 +00:00

18 lines
279 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dinput8.dll
IMPORTLIB = libdinput8.$(IMPLIBEXT)
IMPORTS = dinput kernel32
EXTRALIBS = -luuid
C_SRCS = \
dinput8_main.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies: