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__