Commit in reactos/lib/dinput on MAIN | |||
Makefile.ros-template | +3 | -1 | 1.2 -> 1.3 |
add TARGET_BASE = $(TARGET_BASE_LIB_DINPUT)
diff -u -r1.2 -r1.3 --- Makefile.ros-template 3 Dec 2004 23:37:40 -0000 1.2 +++ Makefile.ros-template 20 Dec 2004 00:53:54 -0000 1.3 @@ -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__