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 | 1811ba01772c9158a9bb7ba5f0c1ffcc536f9a81 (patch) | |
tree | 4a675301c08c05b07d4c318a369758c22b22fa35 /registry | |
parent | 724b812e95995ae2d4170805e059c96cbb69098e (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 bb7d448b8..1f0f75f0e 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 |