From 6199c85de89d1cb363dbe741488c60068a3e5ddd Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Mon, 20 Dec 2004 00:57:38 +0000 Subject: [PATCH] add TARGET_BASE = $(TARGET_BASE_LIB_DINPUT8) svn path=/trunk/; revision=12241 --- reactos/lib/dinput8/Makefile.ros-template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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__