diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-02-12 10:56:23 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-02-12 10:56:23 +0000 |
commit | 43eacefc2b1d59cc9a1c5cc9f0ba3c930c37eab2 (patch) | |
tree | 0c04a9ca1427c2f9b41c64bfc51e9a95266ae42a /ucbhelper | |
parent | 93badce27ecb3e699471c5ac23822fdfaf25def2 (diff) |
#83045# - Added commandenvironmentproxy.obj
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/provider/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ucbhelper/source/provider/makefile.mk b/ucbhelper/source/provider/makefile.mk index 3a1bbb44e68d..943f9b3941a4 100644 --- a/ucbhelper/source/provider/makefile.mk +++ b/ucbhelper/source/provider/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: svesik $ $Date: 2001-02-02 18:58:20 $ +# last change: $Author: kso $ $Date: 2001-02-12 11:56:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,11 +90,12 @@ SLOFILES=\ $(SLO)$/resultsetmetadata.obj \ $(SLO)$/resultset.obj \ $(SLO)$/resultsethelper.obj \ - $(SLO)$/provconf.obj + $(SLO)$/provconf.obj \ + $(SLO)$/commandenvironmentproxy.obj .ENDIF -# SCO and MACOSX: the linker does know about weak +# 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" |