diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2010-11-15 13:38:30 +0100 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2010-11-15 13:38:30 +0100 |
commit | b15f7fcbde3db69e60f9a9ccabb4ae1b7c5f8dee (patch) | |
tree | 0aba16a28d14057b896ce8217e2b0c7c8e020544 /registry | |
parent | 4c0075d03713e17d870ce0907d6b1fd6d7f109bc (diff) |
jsc340: i114887: remove old not used draft types
Diffstat (limited to 'registry')
-rw-r--r-- | registry/tools/makefile.mk | 10 |
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 |