summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-06-05 14:21:49 +0000
committerStephan Bergmann <sb@openoffice.org>2001-06-05 14:21:49 +0000
commit8282af681bd20a9eb0afa29f4774ad3f75ecb3e8 (patch)
tree77f50544f3ac3039eb794c572ce4938c32d0da04 /salhelper
parent14143435f888cd23c5aae68eca5885acb7e52186 (diff)
#87812# Added simplereferenceobject.obj.
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index ba9400a06563..9e586f9ec0d7 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: jsc $ $Date: 2001-06-01 08:47:51 $
+# last change: $Author: sb $ $Date: 2001-06-05 15:21:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,7 +81,8 @@ CFLAGS+= -GR
.ENDIF
SLOFILES= \
- $(SLO)$/dynload.obj
+ $(SLO)$/dynload.obj \
+ $(SLO)$/simplereferenceobject.obj
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"