summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-05-18 15:08:25 +0000
committerJörg Barfurth <jb@openoffice.org>2001-05-18 15:08:25 +0000
commitaf3576c8a8097b755bcbb28cbe275d46cd3de8e9 (patch)
tree3e91fe786b78b9655c8073942df77030f637cf51 /configmgr/source
parente67ba154b4fba50540c35861e9215afb4f5d7984 (diff)
#81412# Moved bootstrap to misc directory
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/misc/makefile.mk18
1 files changed, 4 insertions, 14 deletions
diff --git a/configmgr/source/misc/makefile.mk b/configmgr/source/misc/makefile.mk
index 55bd707db53b..8b84e9f13104 100644
--- a/configmgr/source/misc/makefile.mk
+++ b/configmgr/source/misc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: obo $ $Date: 2001-04-18 13:47:26 $
+# last change: $Author: jb $ $Date: 2001-05-18 16:08:25 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,7 +65,7 @@ PRJINC=$(PRJ)$/source
PRJNAME=configmgr
TARGET=misc
-#ENABLE_EXCEPTIONS=TRUE
+ENABLE_EXCEPTIONS=TRUE
# --- Settings ----------------------------------
@@ -74,18 +74,8 @@ TARGET=misc
# --- Files -------------------------------------
-EXCEPTIONSFILES = \
- $(SLO)$/providerfactory.obj \
- $(SLO)$/saxtools.obj \
- $(SLO)$/oslstream.obj \
- $(SLO)$/attributelist.obj \
- $(SLO)$/confname.obj \
- $(SLO)$/filehelper.obj \
- $(SLO)$/configunoreg.obj
-
-# $(SLO)$/configmodule.obj \
-
SLOFILES= \
+ $(SLO)$/bootstrap.obj \
$(SLO)$/providerfactory.obj \
$(SLO)$/tracer.obj \
$(SLO)$/saxtools.obj \