summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-08 10:53:16 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-08 10:53:16 +0000
commit74a03b308ece45e2e6def74d963ac84dcfc81cb0 (patch)
treee1e065fe145b0be642e09ee00eb7ea638690a3cd /basic/source/basmgr
parent4f74e5dd87ae39aba7b1b02cccd16637c94988e7 (diff)
INTEGRATION: CWS basmgr01 (1.6.38); FILE MERGED
2006/09/28 20:19:16 fs 1.6.38.1: #i69957# +basicmanagerrepository
Diffstat (limited to 'basic/source/basmgr')
-rw-r--r--basic/source/basmgr/makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/basic/source/basmgr/makefile.mk b/basic/source/basmgr/makefile.mk
index ad8df06c8e74..bc4abe39aa02 100644
--- a/basic/source/basmgr/makefile.mk
+++ b/basic/source/basmgr/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hr $ $Date: 2006-06-19 17:38:37 $
+# last change: $Author: kz $ $Date: 2006-11-08 11:53:16 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,7 @@ PRJ=..$/..
PRJNAME=basic
TARGET=basicmgr
+ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------------
@@ -46,11 +47,10 @@ TARGET=basicmgr
# --- Allgemein -----------------------------------------------------------
-CXXFILES = basmgr.cxx
+SLOFILES= \
+ $(SLO)$/basmgr.obj \
+ $(SLO)$/basicmanagerrepository.obj
-SLOFILES= $(SLO)$/basmgr.obj
-
-EXCEPTIONSFILES= $(SLO)$/basmgr.obj
# --- Targets -------------------------------------------------------------
.INCLUDE : target.mk