summaryrefslogtreecommitdiff
path: root/registry/tools/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/makefile.mk')
-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 e05a791425f9..06ca753ff044 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