summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2010-11-15 13:38:30 +0100
committerJuergen Schmidt <jsc@openoffice.org>2010-11-15 13:38:30 +0100
commitb15f7fcbde3db69e60f9a9ccabb4ae1b7c5f8dee (patch)
tree0aba16a28d14057b896ce8217e2b0c7c8e020544 /registry
parent4c0075d03713e17d870ce0907d6b1fd6d7f109bc (diff)
jsc340: i114887: remove old not used draft types
Diffstat (limited to 'registry')
-rw-r--r--registry/tools/makefile.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk
index bb7d448b86e6..1f0f75f0ecbc 100644
--- a/registry/tools/makefile.mk
+++ b/registry/tools/makefile.mk
@@ -75,6 +75,14 @@ APP4STDLIBS=\
$(SALHELPERLIB) \
$(REGLIB)
-OBJFILES = $(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS)
+APP5TARGET= rdbedit
+APP5OBJS= $(OBJ)$/rdbedit.obj
+
+APP5STDLIBS=\
+ $(SALLIB) \
+ $(SALHELPERLIB) \
+ $(REGLIB)
+
+OBJFILES = $(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS)
.INCLUDE : target.mk