summaryrefslogtreecommitdiff
path: root/registry/tools
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-02-15 15:01:34 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-02-15 15:01:34 +0000
commit18a68ed43949d279739b0a7e24fd0bfb6ca5457f (patch)
tree1eeae74b18d2045550f5bfe5f30b4e348d804192 /registry/tools
parent9f978a10f6bd47dd5e1297c55ebea13b14a33802 (diff)
add new target
Diffstat (limited to 'registry/tools')
-rw-r--r--registry/tools/makefile.mk20
1 files changed, 17 insertions, 3 deletions
diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk
index d08b710076eb..353d1f966539 100644
--- a/registry/tools/makefile.mk
+++ b/registry/tools/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 15:18:43 $
+# last change: $Author: jsc $ $Date: 2001-02-15 16:01:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,7 +78,8 @@ LIBTARGET=NO
CDEFS += -DDLL_VERSION=\"$(UPD)$(DLLPOSTFIX)\"
CXXFILES= regview.cxx \
- regmerge.cxx
+ regmerge.cxx \
+ regcompare.cxx
APP1TARGET= $(TARGET)
@@ -108,4 +109,17 @@ APP2STDLIBS+= \
$(LIBCIMT) $(LIBCMT)
.ENDIF
+APP3TARGET= regcompare
+APP3OBJS= $(OBJ)$/regcompare.obj
+
+APP3STDLIBS=\
+ $(SALLIB) \
+ $(VOSLIB) \
+ $(REGLIB)
+
+.IF "$(GUI)"=="WNT"
+APP3STDLIBS+= \
+ $(LIBCIMT) $(LIBCMT)
+.ENDIF
+
.INCLUDE : target.mk