From 56ebacd78fbfd9729a374e0bcb92cd46c9234919 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Mon, 20 Dec 2004 00:53:54 +0000 Subject: [PATCH] add TARGET_BASE = $(TARGET_BASE_LIB_DINPUT) svn path=/trunk/; revision=12238 --- reactos/lib/dinput/Makefile.ros-template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/lib/dinput/Makefile.ros-template b/reactos/lib/dinput/Makefile.ros-template index 197fe79f07b..fdcf5c784d5 100644 --- a/reactos/lib/dinput/Makefile.ros-template +++ b/reactos/lib/dinput/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:53:54 greatlrd Exp $ TARGET_NAME = dinput +TARGET_BASE = $(TARGET_BASE_LIB_DINPUT) + TARGET_OBJECTS = @C_SRCS@ TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__