summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 01:46:20 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 01:46:20 +0000
commit957c2f62ab7d011143afc5f29ac14e7bc3f8ebc7 (patch)
treee272b55fb90309be733c3b3588da86e9aab4d108 /registry
parenta64d0edea5d353a8a520e0dcdeb4a27365672c21 (diff)
INTEGRATION: CWS sb18 (1.4.108); FILE MERGED
2004/05/24 13:47:27 sb 1.4.108.2: #i21150# Cleaned up. 2004/05/19 14:24:24 sb 1.4.108.1: #i21150# Adapted regcompare to new registry reader and published flag.
Diffstat (limited to 'registry')
-rw-r--r--registry/tools/makefile.mk27
1 files changed, 4 insertions, 23 deletions
diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk
index 23a7134aa2b6..d24781019078 100644
--- a/registry/tools/makefile.mk
+++ b/registry/tools/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: jsc $ $Date: 2001-05-18 15:20:12 $
+# last change: $Author: obo $ $Date: 2004-06-04 02:46:20 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,6 +67,8 @@ TARGET=regmerge
TARGETTYPE=CUI
LIBTARGET=NO
+ENABLE_EXCEPTIONS := TRUE
+
# --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
.INCLUDE : settings.mk
@@ -90,12 +92,6 @@ APP1STDLIBS=\
$(SALHELPERLIB) \
$(REGLIB)
-.IF "$(GUI)"=="WNT"
-APP1STDLIBS+= \
- $(LIBCIMT) $(LIBCMT)
-.ENDIF
-
-
APP2TARGET= regview
APP2OBJS= $(OBJ)$/regview.obj
@@ -104,11 +100,6 @@ APP2STDLIBS=\
$(SALHELPERLIB) \
$(REGLIB)
-.IF "$(GUI)"=="WNT"
-APP2STDLIBS+= \
- $(LIBCIMT) $(LIBCMT)
-.ENDIF
-
APP3TARGET= regcompare
APP3OBJS= $(OBJ)$/regcompare.obj
@@ -117,11 +108,6 @@ APP3STDLIBS=\
$(SALHELPERLIB) \
$(REGLIB)
-.IF "$(GUI)"=="WNT"
-APP3STDLIBS+= \
- $(LIBCIMT) $(LIBCMT)
-.ENDIF
-
APP4TARGET= checksingleton
APP4OBJS= $(OBJ)$/checksingleton.obj
@@ -130,9 +116,4 @@ APP4STDLIBS=\
$(SALHELPERLIB) \
$(REGLIB)
-.IF "$(GUI)"=="WNT"
-APP4STDLIBS+= \
- $(LIBCIMT) $(LIBCMT)
-.ENDIF
-
.INCLUDE : target.mk