summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-23 15:54:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-23 15:54:05 +0000
commitf67c80a9e2cfb11d9a45d433021efbe94f69167a (patch)
treeed42517daf1d9ba057c1032a305061eea1cf2b2e /sax
parent594575f864cfaa56f9ef85fade7081924c45a9f6 (diff)
INTEGRATION: CWS uno2 (1.2.44); FILE MERGED
2003/04/08 13:42:09 dbo 1.2.44.1: #107991# UNO shared library component renaming
Diffstat (limited to 'sax')
-rw-r--r--sax/util/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/sax/util/makefile.mk b/sax/util/makefile.mk
index f8b21289c0ff..257250d533f9 100644
--- a/sax/util/makefile.mk
+++ b/sax/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jbu $ $Date: 2001-08-31 13:59:45 $
+# last change: $Author: rt $ $Date: 2003-04-23 16:54:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -62,13 +62,14 @@
PRJ=..
PRJNAME=sax
-TARGET=sax
+TARGET = sax.uno
NO_BSYMBOLIC=TRUE
ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
.INCLUDE : settings.mk
.INCLUDE : sv.mk
+DLLPRE =
#-----------------------------------------------------------