diff --git a/reactos/lib/dinput8/Makefile.ros-template b/reactos/lib/dinput8/Makefile.ros-template index c060b4c638b..d6cd94f3feb 100644 --- a/reactos/lib/dinput8/Makefile.ros-template +++ b/reactos/lib/dinput8/Makefile.ros-template @@ -1,7 +1,9 @@ -# $Id: Makefile.ros-template,v 1.2 2004/12/03 23:37:40 blight Exp $ +# $Id: Makefile.ros-template,v 1.3 2004/12/20 00:57:38 greatlrd Exp $ TARGET_NAME = dinput8 +TARGET_BASE = $(TARGET_BASE_LIB_DINPUT8) + TARGET_OBJECTS = @C_SRCS@ TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__